| a nice set of loading animations for react
npm i react-isloading
or
yarn add react-isloading
https://mohamedbechirmejri.dev/react-isloading-website/
import { L5, L40 } from 'react-isloading'
<L5
style={{
height: "15rem",
width: "15rem",
position: "absolute",
top: "50%",
left: "50%",
transform: "translate(-50%, -50%)",
}}
/>
you can style the loaders using the style prop, I'll probably add more features and optimizations if I need to or if requested in the issues page.
if you find it useful please star and share it :)