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 | undefinedStatus |
className | — | stringClass names to add to wrapper component |
Last updated on