Progress
Horizontal value bar (0–100) with animated fill.
ui feedback
Preview
Installation
npx slintcn@latest add progressUsage
import { Progress } from "slintcn/components/progress.slint";
Progress { value: 64; } // 0–100
Properties
value
in
float
Current value 0–100.
Dependencies
theme only
Installed automatically as transitive dependencies of slintcn add progress.