Spinner
The ASpinner component is used to show a loading icon.
Import
js
import { ASpinner } from 'ayovue'
import 'ayovue/themes/default/spinner.css'Playground
variant
size
<ASpinner />
Props
Spinner component has the following props.
| Prop name | Type | Required | Default value | Details |
|---|---|---|---|---|
| variant | String | No | primary | Defines the color variant of the spinner which has the following values: primary, secondary, success, info, warning , danger |
| size | Number | No | 16 | Defines the size of the spinner. |
