This commit is contained in:
2026-01-30 12:56:00 +08:00
parent 91f24cb462
commit dcbbda951e
89 changed files with 13486 additions and 72 deletions

5
ui/app-simple.slint Normal file
View File

@@ -0,0 +1,5 @@
import { Theme, SpacingSystem, Typography } from "./theme/theme.slint";
import { Button } from "./components/button.slint";
import { Card } from "./components/card.slint";
import { Switch } from "./components/switch.slint";
import { StatusIndicator, StatusState } from "./components/status-indicator.slint";