Progress
Linear progress bar for showing completion status.
Import
import { Progress } from '@kikumi3n/ui';
Usage
<Progress value={45} />
<Progress value={75} max={100} animated />
API
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Current progress value |
max | number | 100 | Maximum value |
animated | boolean | false | Animate bar |