apps/www/content/docs/components/spinner.mdx
import { Spinner } from "@chakra-ui/react"
<Spinner />
Use the size prop to change the size of the spinner.
Use the colorPalette prop to change the color scheme of the spinner.
Use the color prop to pass a custom color to the spinner.
Use the --spinner-track-color variable to change the color of the spinner's
track.
Use the animationDuration prop to change the speed of the spinner.
Use the borderWidth prop to change the thickness of the spinner.
Compose the spinner with a label to provide additional context.
<ExampleTabs name="spinner-with-label" />Compose spinner with the AbsoluteCenter component to overlay the spinner on
top of another component.