import { CSpinner } from '@coreui/react'// orimport CSpinner from '@coreui/react/src/components/spinner/CSpinner'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the component. | string | - |
| color | Sets the color context of the component to one of CoreUI’s themed colors. | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string | - |
| component | Component used for the root node. Either a string to use a HTML element or a component. | string | ComponentClass<any, any> | FunctionComponent<any> | - |
| size | Size the component small. | 'sm' | - |
| variant | Set the button variant to an outlined button or a ghost button. | 'border' | 'grow' | border |
| visuallyHiddenLabel | Set visually hidden label for accessibility purposes. | string | Loading... |
On this page