Spinner
The Spinner component is used to indicate that a page is loading or that an action is being processed.
Installation
Usage
Basic usage
The Spinner component is used to indicate that a page is loading or that an action is being processed.
Custom size
You can customize the size of the spinner by passing the size
prop.
Props
Name | Type | Default | Description |
---|---|---|---|
size | number | 20 | The size of the spinner. |
className | string | - | The class name of the spinner. |