spinnerkit
v2.0.0
Published
55+ dependency-free dot-grid loaders for React, built with TypeScript.
Downloads
276
Maintainers
Readme
spinnerkit
55+ dependency-free spinnerkit loaders for React. Zero required runtime
dependencies beyond react and react-dom — no framer-motion, no CSS-in-JS.
Full catalog, playground, and manual setup docs: spinnerkit.vercel.app
Install
npm install spinnerkitUsage
Import the stylesheet once at your app root:
import "spinnerkit/styles.css";Then use any loader:
import { SkSquare3 } from "spinnerkit";
export function Example() {
return <SkSquare3 size={36} dotSize={5} pattern="full" speed={1.8} />;
}Prefer to own the code instead of installing a dependency? Every loader is also available via the shadcn registry:
npx shadcn@latest add @spinnerkit/sk-square-3License
MIT © rakibulism
