0.0.3 • Published 8 years ago
react-circle-loading-animation v0.0.3
react-circle-loading-animation
An easy to use circle animation component for ReactJS, to be displayed when loading or for progress between transitions.
Installation
npm install react-circle-loading-animation --saveor
yarn add react-circle-loading-animationUsage
import LoadingAnimation from 'react-circle-loading-animation'LoadingAnimation
<LoadingAnimation isLoading={true} />LoadingAnimation props
| Props | Default values | Possible values |
|---|---|---|
| isLoading | false | Boolean |