ProgressBar Theming

Theming documentation for ProgressBar component

Styled#

CSS Classes#

List of class names used in the styled mode.

classNamedescription
p-progressbarClass name of the root element
p-progressbar-valueClass name of the value element
p-progressbar-labelClass name of the label element

Design Tokens#

List of design tokens.

tokenCSS Variabledescription
progressbar.background
--p-progressbar-background
Background of root
progressbar.border.radius
--p-progressbar-border-radius
Border radius of root
progressbar.height
--p-progressbar-height
Height of root
progressbar.value.background
--p-progressbar-value-background
Background of value
progressbar.label.color
--p-progressbar-label-color
Color of label
progressbar.label.font.size
--p-progressbar-label-font-size
Font size of label
progressbar.label.font.weight
--p-progressbar-label-font-weight
Font weight of label

Unstyled#

Theming is implemented with the pass through properties in unstyled mode.