Skip to content

Overview

import { TextField, Vertical } from "material.slint";
export component Example inherits Window {
width: 200px;
height: 100px;
Vertical {
TextField {
label: "Name";
placeholder: "Enter your name";
}
}
}
slint

An introduction to the Material components.

Testing testing, 1, 2, 3.

brush (out) default: a transparent brush

Defines the default background brush. Use this if none of the more specialized background brushes apply.

brush (out) default: a transparent brush

Defines the foreground brush that is used for content that is displayed on background brush.


© 2025 SixtyFPS GmbH