A React component for displaying spinners and loaders
npm install @chakra-ui/spinnerSpinners provide a visual cue that an action is processing, awaiting a course of
change or a result.
``sh
yarn add @chakra-ui/spinner
npm i @chakra-ui/spinner
`
`jsx`
import { Spinner } from "@chakra-ui/spinner"
`jsx`
Change the size of the spinner by passing the size prop.
`jsx`
<>
>
Change the background color of the moving section of the spinner by passing the
color prop.
`jsx`
Change the background color of the spinner by passing the emptyColor prop.
`jsx`
Change the spinner's animation speed area by passing the speed prop. The unitanimation-duration
of the value matches the CSS property
property.
`jsx``