react-circle-loading-animation
v0.0.3
Published
An easy to use circle animation ReactJS component to be displayed when loading or progress between transitions.
Downloads
33
Readme
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 --save
or
yarn add react-circle-loading-animation
Usage
import LoadingAnimation from 'react-circle-loading-animation'
LoadingAnimation
<LoadingAnimation isLoading={true} />
LoadingAnimation props
| Props | Default values | Possible values | | ---------------------- | -------------- | ------------------------------------------ | | isLoading | false | Boolean |