import { Progress } from "@nodus/design-system"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
valuereq | number | — | Current progress value |
max | number | 100 | Maximum value |
size | "sm" | "md" | "lg" | "md" | Bar height |
color | "agency" | "temporal" | "validation" | "neutral" | "temporal" | Fill color |
valuerequiredType
numberDefault —Current progress value
maxType
numberDefault 100Maximum value
sizeType
"sm" | "md" | "lg"Default "md"Bar height
colorType
"agency" | "temporal" | "validation" | "neutral"Default "temporal"Fill color
MobileWorks As-Is
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?