react-facebook-loading
v0.6.2
Published
The Facebook loading animation for React
Maintainers
Readme
react-facebook-loading

The Facebook loading animation for React.
Demo: https://cheton.github.io/react-facebook-loading
Installation
- Install the latest version of react and react-facebook-loading:
npm install --save react react-facebook-loading- At this point you can import
react-facebook-loadingand its styles in your application as follows:
import FacebookLoading from 'react-facebook-loading';
// Be sure to include styles at some point, probably during your bootstraping
import 'react-facebook-loading/dist/react-facebook-loading.css';Usage
<FacebookLoading
delay={0}
duration={800}
zoom={1}
style={{ margin: '0 auto' }}
/>API
Properties
License
MIT

