Progress
Horizontal bar indicating task completion.
Installation
npx dafink-ui add progressDemo
Progress70%
Progress90%
Props
| Name | Type | Default | Description |
|---|---|---|---|
| value | number | - | Current value (0–max). |
| max | number | 100 | Maximum value. |
| showLabel | boolean | false | Show "Progress X%" label row. |
| size | 'sm' | 'md' | 'lg' | 'md' | Track height. |
| className | string | '' | Additional CSS classes. |