Progress Bar
A visual indicator showing the completion progress of an operation or task.
0%
Progress automatically increments every second
Automatic Installation
This method is still working on progress, please use manual installation for now.
Manual Installation
Copy the code
Usage
Imports
Example
Browse the Storybook for more examples.
Props
Prop | Type | Default |
---|---|---|
value? | number | 0 |
max? | number | 100 |
variant? | default | neutral | success | warning | error | default |
size? | sm | md | lg | md |
animated? | boolean | true |
label? | string | - |
labelId? | string | - |
className? | string | - |
Edit on GitHub
Last updated on