Loader
Animated spinner for indicating loading state
Customisation
Loader can be modified by using className
property:
- text color styling to change circle background
- fill color to change the short spinning part
<LoaderExample cx={{ inner: 'fill-white text-red-800' }} />
Component API
Loader component props
Prop | Default | Description |
color | — | primary | error | warning | success | mono | undefined Status |
className | — | string Class names to add to wrapper component |
Last updated on