Basic example
The progress component is mainly used to indicate the progress of a task, usually displayed as a progress bar.
Use a progress bar element to display a percentage completion rate by using an inline style and the utility classes.
Hey there 👋 we want to make Tailwind Elements a community-driven project. It's open source and free, and we would like it to stay that way. If you enjoy it, help the project grow by sharing it with your peers. Every share counts, thank you!
Width
Change the width style property to your level of progress completion.
Labels
Use a progress bar with the label inside the bar.
Height
Use different sizes by with various sizing utility classes.
Colors
To apply different colors to your progress bars, just add the
.bg-green-500
, .bg-primary-500
,
.bg-yellow-500
or .bg-red-500
class.