react-loader-spinner
esm
react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.
Version 6.1.6 License MIT
Keywords
react-componentloaderspinnerreact
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 6.1.6
- 6.1.5
- 6.1.4
- 6.1.1
- 6.1.0
- 6.0.0
- 5.5.0
- 5.4.5
- 5.3.4
- 5.3.3
- 5.2.1
- 5.2.0
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.0
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.0.1
- 3.0.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.1.0
- 1.0.0
- 6.1.1-0
- 6.0.0-0
- 5.1.7-beta.1
- 5.1.7-beta.0
- 5.1.6-0
- 5.1.5-0
- 4.0.0-rc-1
- 3.1.15-0
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="loading"
wrapperStyle
wrapperClass
/>
License
MIT