react-load-animations-plus
v2.1.6
Published
Pure CSS Loading animations for ReactJs
Maintainers
Readme
react-load-animations-plus
Ready-to-use React components for incorporating pure CSS load animations. See demo
Installation
npm
npm i react-load-animations-plusImporting the Loaders
Replace LoaderName with the actual name of the Loader. Visit the Demo page to see the all loaders.
import { LoaderName } from "react-load-animations-plus";Example
import { CircleLoader } from "react-load-animations-plus";
function App() {
return (
<>
<CircleLoader color="Aqua" />
</>
);
}
export default App;License
This project is licensed under MIT License.
Contribution
Contributions are welcome!
