docs: Modernize the tutorials for 1.0

This commit is contained in:
Tobias Hunger 2023-02-08 19:37:18 +01:00 committed by Tobias Hunger
parent 59e0723793
commit e64e15e277
21 changed files with 83 additions and 85 deletions

View file

@ -3,7 +3,7 @@
// ANCHOR: main_window
// memory.slint
MainWindow := Window {
export component MainWindow inherits Window {
Text {
text: "hello world";
color: green;