0.0.3 • Published 1 year ago

@melio-ui/progress v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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>
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago