Spinner Icon
BsSpinnerIcon is an icon component that is normally used for displaying loading indicator.
Overview
<bs-spinner-icon> is typically used for displaying loading or refresh indicator. It can be used inside almost any component or html element. <bs-spinner-icon> has two built-in animations, which are: Spin and Pulse. These animation can be enabled via property spin or pulse, but do not use both property together.
IMPORTANT
The <bs-icon-spinner> tag still works, but has been deprecated since v2.2.0.
API Reference
| Property | Type | Default | Description |
|---|---|---|---|
| color | String | The component color appearance. Any Contextual Color variants, Main Color variants and Material Color variants can be used. | |
| pulse | Boolean | false | Apply pulse animation. |
| spin | Boolean | false | Apply spin animation. |
| size | Number | 24 | The icon size. |
