Loading Indicator

Selector
bp-loading-indicator

Inputs

Loading indicator inputs
InputTypeDescriptionNotes
textstringThe text to display with the loading indicator.Must provide either text or ariaLabel.
ariaLabelstringThe value of the loading indicator's aria-label.Must provide either text or ariaLabel.
kindstringDetermines if the loading indicator is rendered inline, in-page, or over-page.

Can be "inline", "inPage", or "overPage".

When "inline" the loading indicator renders like an inline element.

When "inPage" the loading indicator renders in the relevant section of a page.

When "overPage" the loading indicator renders on top of the application's UI.