| value | number | 70 | The current value to display (0-100 by default) |
| min | number | 0 | Minimum value of the gauge |
| max | number | 100 | Maximum value of the gauge |
| size | number | 400 | Diameter of the gauge in pixels |
| gap | number | 4 | Gap between bars in degrees |
| thickness | number | 10 | Thickness of the gauge bars in pixels |
| activeColor | string | "bg-blue-600" | Tailwind class for the active bar color |
| inactiveColor | string | "bg-blue-100" | Tailwind class for the inactive bar color |
| showValue | boolean | true | Whether to display the value text |
| label | string | "Performance" | Label text displayed below the value |
| delay | number | 25 | Delay in milliseconds between each bar's animation |