Skip to content

MaterialWindow

import { MaterialWindow } from "@material";
export component Example inherits MaterialWindow {
width: 400px;
height: 300px;
title: "Material Design App";
Text {
text: "Hello, Material Design!";
color: white;
}
}
slint

A MaterialWindow is the root window component that provides Material Design theming and background styling. It extends the standard Window component with automatic Material Design color palette integration.

bool default: false

When set to true, disables hover effects throughout the application. This is useful for touch-only interfaces or accessibility purposes.


© 2025 SixtyFPS GmbH