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 totrue
if something is currently loading.
Example:
<SmallSpinner show={true} />