@mangoui/progress
v0.0.1
Published
```javascript <Progress.Root value={30}> <Progress.Indicator /> </Progress.Root> ```
Readme
Progress
기본
<Progress.Root value={30}>
<Progress.Indicator />
</Progress.Root>Indeterminate
<Progress.Root indeterminate>
<Progress.Indicator />
</Progress.Root>Custom
<Progress.Root>
<Progress.Indicator style={{ backgroundColor: '#ff4d4f' }} />
</Progress.Root>