Components
Progress
Overview
Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Preview
Light mode
Dark mode
Light mode
Dark mode
Installation
1
First Step
Include Progress.tsx in your project.
2
Second Step
Update the import paths to match your project setup.
Properties
className?: string
(optional) - The classes for theView
bar.value: number
- The value of the progress bar. It should be a number between 0 and 100.