Progress Circle
A circular progress indicator that visualizes completion percentage in a compact format.
65%
65%
65%
65%
65%
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 |
radius? | number | 32 |
strokeWidth? | number | 6 |
animated? | boolean | true |
children? | React.ReactNode | - |
className? | string | - |
Credits
This component is based on Progress Circle by Tremor, licensed under Apache License 2.0.
Edit on GitHub
Last updated on