import { CSpinner } from '@coreui/react'
// or
import CSpinner from '@coreui/react/src/components/spinner/CSpinner'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the component.string-
colorSets the color context of the component to one of CoreUI’s themed colors.'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string-
componentComponent used for the root node. Either a string to use a HTML element or a component.string | ComponentClass<any, any> | FunctionComponent<any>-
sizeSize the component small.'sm'-
variantSet the button variant to an outlined button or a ghost button.'border' | 'grow'border
visuallyHiddenLabelSet visually hidden label for accessibility purposes.stringLoading...
On this page