Theming documentation for ProgressBar component
List of class names used in the styled mode.
className | description |
---|---|
p-progressbar | Class name of the root element |
p-progressbar-value | Class name of the value element |
p-progressbar-label | Class name of the label element |
List of design tokens.
token | CSS Variable | description |
---|---|---|
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 |
Theming is implemented with the pass through properties in unstyled mode.