Base Components

Tailwind CSS Progress

The Tailwind CSS Progress component displays the completion status of a task with a customizable progress bar. It supports various colors and sizes.

Default Progress

A basic Tailwind CSS Progress example.

Colors

Use the custom Tailwind CSS Color classes to customize the progress component.

Source Code

The following source file manages the CSS styles of the Tailwind CSS Progress component. Upon building the assets using Webpack Build Tools , the below file is compiled and added into the dist/assets/css/styles.css bundle, making it available globally across all pages.
File Description
src/core/plugins/components/progress.js The Tailwind CSS compatible plugin written in PostCSS for applying CSS styles to the Tailwind CSS Progress component.