@smashing/spinner
v1.0.2
Published
Component used to indicate a loading state.
Downloads
12
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} />