The Spinner component is used to indicate a loading state. Spinner takes the color and height of its parent. If you want you can set size property to manually size the spinner.
| Component Name | Development Status |
|---|---|
| Spinner | DONE |
You can find all examples for components developed in this module here.
Very basic Spinner component examples.
You can apply contextual color variants to Spinner component.
You can center a Spinner component in a container like this.
This component composes styled-system
| Property Name | Type | Description |
|---|---|---|
| delay - 0 | number | Delay after which spinner should be visible. |
| size | number | The size of the spinner. |