# Spinner

Spinners notify users that their action is being processed.

![Spinner component](https://www.gechiui.com/gutenberg/files/2019/07/spinner.png)

## Best practices

The spinner component should:

-   Signal to users that the processing of their request is underway and will soon complete.

## Usage

```jsx
import { Spinner } from '@gechiui/components';

const MySpinner = () => <Spinner />;
```
