Preview live, install via shadcn or copy the source.
This will install the component and its dependencies automatically.
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| max | number | — | No | Maximum value for the progress bar |
| min | number | — | No | Minimum value for the progress bar |
| value | number | — | No | Current value for the progress bar |
| gaugePrimaryColor | string | — | No | Color of the primary gauge |
| gaugeSecondaryColor | string | — | No | Color of the secondary gauge |
| className | string | — | No | Additional CSS classes for styling |