Progress
Implementation#
Percentage#
Example
Size#
Example
Color#
Example
Rounded#
Remove border radius by passing false to the rounded prop.
Example
Animation#
Example
Props#
| Attribute | Type | Value | Default Value | Description |
|---|---|---|---|---|
| rounded | boolean | true/false | true | Border radius. Set to false for square edges |
| percent | string/number | e.g. 50 | 0 | The percentage from 0-100 to fill the space in the progress bar |
| animate | boolean | true/false | undefined | Set's a pulsing animation to percentage |
| size | string | sm/md/lg | md | Size of progess bar |
| color | string | e.g. red | blue | Color of percentage of progress bar |
| shade | string | e.g. 700 | 500 | Change the shade of the percentage of the progress bar |