cat-spin-loader
v1.0.0-alpha.0
Published
A cute cat popup loader for React/Next.js apps!
Maintainers
Readme
🐱 UIA Cat Loader
A fun spinning cat loader for your React/Next.js projects! 🎉
🚀 Installation
npm install cat-spin-loaderUsage
import { Loader } from "cat-spin-loader";
function App() { return ; }
export default App;
Customization
The Loader component supports customization with the following props:
Prop | Type | Default | Description duration | number | 6000 | Time (ms) before the loader disappears width | number | 200 | Width of the loader (in pixels) height | number | 200 | Height of the loader (in pixels)
