Progress
The Progress component is used to show progress.
1. Import
KUMUI exports 1 Progress-related components:
import { Progress } from "@rohitgadekar/kimui";
2. Usage
3. API
3.1 Progress
| Attribute | Type | Description | Default |
|---|---|---|---|
| value | number | Defines the current value of the progress bar (0 to 100). | 0 |
| max | number | Defines the maximum value of the progress bar. | 100 |