Spinner
Spinners are visual indicators that the app is loading content or performing another process that the user needs to wait on.
<Spinner />
Usage
The component has a absolute
positioning. If you would like to include it within your components, you would need to wrap it around a container.
Properties
Property | Description | Type | Default |
---|---|---|---|
inline | Display the spinner as block or optionnaly inlined. | boolean | false |
size | The size of the spinner. | tiny , small or medium | medium |