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.
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 --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 |
