CircularProgress
A progress indicator (Circular and Linear) is a visual representation of a user’s progress through a set of steps, guiding toward the completion of a specified process.
Default
Different sizes
Different values
Custom colours
Progress props
Name | Type | Required | Default | Description |
---|---|---|---|---|
className | string | No | - | Tailwind classes for custom styles. |
size | 2xs | xs | sm | md | lg | No | 2xs | Size of Progress |
value | number | No | 0 | Value of Progress in % |