Components.Spinner public
Implements a Spinner element.
Basic Usage
<BsSpinner/>
<BsSpinner>Loading...</BsSpinner>
The (optional) component's block will render as visually invisible but accessible text for assistive technology like screen readers.
Advanced Usage
<BsSpinner @spinnerType="grow" @size="sm" @type="warning"/>
Usage with BsButton
<BsButton @onClick= as |button|>
Download
</BsButton>
Item Index
Properties
size String public
Property for size styling, set to 'sm'
Also see the Bootstrap docs
spinnerType string public
Spinner type - 'border' or 'grow'
type String public
Property for type styling
For the available types see the Bootstrap docs