Progress

Progress bars are a great way to show task advances or waiting time indications to the user.

Colors

Nice colors for your progress bar.

Indeterminate

You can have a progress bar with indeterminate value with the property indeterminate.

Height

You can change the height of the loading bar with the property height.

TIP

By default the property height is 5 (5px)

API #

NameTypeParametersDescriptiondefault
percentNumberPercentage of the progress0
colorStringRGB, HEX, primary, success, danger, warning, darkComponent colorprimary
indeterminateBooleandetermines if the progress bar its value is indeterminate and adds an animationfalse
heightNumberDetermine the height of the progress bar6