Progress
Progress Bar is a component for indicating progress.
Usage
import Progress from '@paljs/ui/ProgressBar';
Progress bar background could be configured by providing a status
property:
Info
Success
Danger
Primary
Warning
Control
Basic
Progress bar size (height and font-size) could be configured by providing a size
property:
Tiny
Small
Medium
Large
Giant
displayValue
property shows current value inside progress bar. It's also possible to add custom text inside:
20%
Custom value
Progress bar supports width
and background-color
transition: