slint/demos/home-automation/ui/components/dishwasher.slint
2025-05-09 14:12:59 +03:00

7 lines
268 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
import { Appliance } from "appliance.slint";
export component Dishwasher inherits Appliance {
time-remaining: "1:45 hrs";
appliance-image: @image-url("../images/dishwasher.jpg");
}