Cute loaders for React.
with npm:
npm install react-cute-loaders
with yarn:
yarn add react-cute-loaders
import React from 'react'
import { Cube3DLoader } from 'react-cute-loaders'
const YourComponent = () => {
return <Cube3DLoader size={40} variant={1} color='#e20b78' />
}
MIT © Thibault2ss