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

8 lines
299 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
import { Appliance } from "appliance.slint";
export component Microwave inherits Appliance {
time-remaining: "0:12 mins";
image-size: self.width * 1;
appliance-image: @image-url("../images/microwave.jpg");
}