Loading...
Installation
pnpm dlx @bucharitesh/cli@latest add modern-progress
Props
Prop | Type | Description | Default |
---|---|---|---|
className | string | Custom class name | "" |
value | number | Value of the progress bar | 0 |
max | number | Maximum value of the progress bar | 100 |
variant | string | Variant of the progress bar | "default" |
radius | string | Radius of the progress bar | "default" |
striped | boolean | Whether the progress bar is striped | true |
indicatorClassName | string | Custom class name for the indicator | "" |
Credits
- Credit to @Hyperplexed for the video.