Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Preview
Installation
Use the CLI to add this component to your project.
Usage
tsx
5 linesCopy
Examples
Different Values
25%Low
50%Medium
75%High
100%Complete
Custom Colors
With Label
Uploading...67%
Please wait while your file uploads
Sizes
Small
Default
Large
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | The progress value (0-100) |
max | number | 100 | The maximum value |
className | string | Additional CSS classes |