feat: add warning/alert component

This commit is contained in:
talksik
2025-04-13 08:28:32 -07:00
parent 079ec4ac80
commit 3a02ec0da9
3 changed files with 108 additions and 0 deletions
+4
View File
@@ -120,5 +120,9 @@ AppWindow {
width: 100
radius: 20
}
AppWarning {
Layout.fillWidth: true
}
}
}