Data & Status
Circular Progress Meter
기본 호와 보조 호가 값 변화에 맞춰 움직이는 원형 게이지입니다.
Preview
data structure
Circular Progress
adjust progress manually
68
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
value
- Type
- number
- Default
- 0
- Description
- Current value to display.
min
- Type
- number
- Default
- 0
- Description
- Minimum gauge value.
max
- Type
- number
- Default
- 100
- Description
- Maximum gauge value.
gaugePrimaryColor
- Type
- string
- Default
- -
- Description
- Primary progress stroke color.
gaugeSecondaryColor
- Type
- string
- Default
- -
- Description
- Secondary track stroke color.
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.