Spinner indicate the loading state of a component or page, it can help to the user aware and that the data is processing.
size prop. isSpining to false.| Prop | Description | Type | Default |
|---|---|---|---|
| color | Custom color for Spinner, available colors option based on tailwind theme.colors | string | current theme color |
| enableTheme | Wheter the Spinner inherit theme color | boolean | true |
| indicator | Spinner indicator | ReactNode | CgSpinner |
| isSpining | Wheter the Spinner is spinning | boolean | true |
| size | Size of Spinner | string | number | 20 |