Home

Documentation

Contact

Spinner

Small Spinner

A small rotating circle that indicates a loading state. It's perfect to use in buttons, for example.

It takes one argument as a prop:

  • show (boolean) defines if the spinner is shown or not. Should be set to true if something is currently loading.

Example:

<SmallSpinner show={true} />