API Reference > ui-core > Loading > ProgressBarProps ProgressBarProps Interface Beta Properties for ProgressBar component Extends CommonProps Properties Name Type Description barHeight undefined | number Height (in pixels) of the progress bar. indeterminate undefined | boolean Indicates whether the progress bar is determinate showing a percentage or indeterminate continuously animating. labelLeft undefined | string One of two possible labels. labelRight undefined | string One of two possible labels. percent undefined | number Percent for determinate progress bar. Inherited properties Name Type Inherited from Description className undefined | string CommonProps Custom CSS class name style undefined | CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/progress-indicators/ProgressBar.tsx Line 17 Last Updated: 11 June, 2024