@smashing/spinner
v1.0.2
Published
Component used to indicate a loading state.
Readme
Spinner
The Spinner component is used to indicate a loading state.
yarn add @smashing/spinnerBasic usage
<Spinner />Change the size
<Spinner size={24} />Change the color
<Spinner color="lightblue" />Set the delay
<Spinner delay={2000} />