README
Spinner
The Spinner component is used to indicate a loading state.
yarn add @smashing/spinner
Basic usage

<Spinner />
Change the size

<Spinner size={24} />
Change the color

<Spinner color="lightblue" />
Set the delay

<Spinner delay={2000} />