Vue Spinner Component API

Spinner API

Explore the API reference for the Vue Spinner component and discover how to effectively utilize its props for customization.

On this page

CSpinner

jsx
import { CSpinner } from '@coreui/vue-pro'
PropertyDefaultType
as'div'string

Component used for the root node. Either a string to use a HTML element or a component.

color-string

Sets the color context of the component to one of CoreUI’s themed colors.

size-string

Size the component small.

variant'border'string

Set the button variant to an outlined button or a ghost button.

visuallyHiddenLabel'Loading...'string

Set visually hidden label for accessibility purposes.