Progress
# Intro
Progress bars are classless by default.
# Colors
Progress bars have color modifiers available with -primary
, -success
, -warning
, -danger
, -dark
, and -light
.
# Sizing
Progress bars can be sized using the -small
, -normal
, -medium
, and -large
classes.
# Indeterminate
Progress bars can be indeterminate by removing the value
and/or max
attribute. Indeterminate bars will be animated if prefers-reduced-motion
is not set, otherwise they will be striped without animation.