react-loader-spinner
react-loader-spinner copied to clipboard
Collection sets of a spinners for async operations for ReactJS
react-spinner-loader provides simple React SVG spinner component which can be implemented for async await operation before data loads to the view.
Installation
npm install react-loader-spinner --save
# or
yarn add react-loader-spinner
Documentation:
Usage
No css import is required
import { Audio } from 'react-loader-spinner'
;<Audio
height="80"
width="80"
radius="9"
color="green"
ariaLabel="three-dots-loading"
wrapperStyle
wrapperClass
/>
License
MIT