Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cs-custom-loader

dharaneesh0745596ISC1.0.8TypeScript support: included

A collection of customizable React 3D/Tailwind loaders.

react-loader, react-loading, tailwind loader, tailwindcss spinner, react spinner, 3D loader, animated loader, custom loader react, tailwind react loader, react typescript loader, react animated spinner, react loading indicator, react ui spinner, react loader package

readme

🌟 CS Custom Loader - By Code Synth

Developed by Dharaneesh Boobalan

A beautifully crafted set of 10+ customizable, animated React loaders built with TailwindCSS — includes smooth 3D-like effects, ultra-lightweight design, and full TypeScript support. Ideal for all modern React 18/19 projects.

npm license downloads react


✨ Features

  • 🎨 10+ modern loaders (spinners, dots, bars, morphs, orbits, etc.)
  • ⚡️ Super lightweight and blazing fast
  • 🎯 Built with TailwindCSS — no extra styles needed
  • 🧩 Fully customizable via props
  • 🔁 CommonJS & ESM module support
  • ✅ 100% TypeScript-ready with auto-complete & typings
  • 🧪 Easy to test in local dev (Vite + React)

📦 Installation

Install the package using npm:

npm install cs-custom-loader

Or using yarn:

yarn add cs-custom-loader

Or using pnpm:

pnpm add cs-custom-loader

🚀 Usage Example

src\App.tsx

import React from 'react';
import { Spinner_Circle } from 'cs-custom-loader';

const App = () => {
  return (
    <div className="flex items-center justify-center h-screen">
      <Spinner_Circle size={50} color="blue" />
    </div>
  );
};

export default App;

⚖️ License

ISC License

Copyright (c) 2025 Dharaneesh Boobalan


📬 Support

If you encounter any issues, feel free to open an issue or contact me at **dharaneesh@codesynth.xyz**.