Skip to content

Progress

BsProgress is a component which are typically used to visualize the data loading progress.

Bar

<bs-progress> is typically used to control the visualization of data loading progress. The Bar progress type is the default progress control. The mode property has three valid values, which are: indeterminate (default), determinate, and buffer.

Buffer Mode

The buffer mode can only works for Bar progress type. Sets the mode property to buffer to enable the buffer mode.

Value: 25%
Buffer: 50%

Thickness

Use height property to sets the Bar progress thickness.

Spinner

The Spinner progress type can be enabled by using type property sets to spinner.

Size and Thickness

Use diameter property to set the Spinner size and stroke property to set its thickness.

Colors

You can change the color of Bar or Spinner progress using the color property. Any MDBootstrap Color variants can be applied to the color property.

API Reference

Released under the BSD-3-Clause License.