Component props
Optional
backgroundColor?: stringThe color of the background track
Optional
color?: stringThe color of the progress indicator
Optional
percentage?: numberThe percentage value to display (0-100)
Optional
size?: numberThe size of the gauge in pixels
Optional
strokeWidth?: numberThe width of the gauge's stroke in pixels
Optional
textColor?: stringThe color of the percentage text
Optional
textSize?: numberThe size of the percentage text in pixels
A circular gauge component
A circular gauge component that displays a percentage value with a visual indicator. The gauge consists of a circular progress bar and a centered percentage text.