@param_tpss/react-loaders
v1.0.8
Published
High-performance React loaders and skeleton components.
Maintainers
Readme
@param_tpss/react-loaders
High-performance React loaders and skeleton components with Tailwind CSS support.
📦 Installation
npm install @param_tpss/react-loaders
# or
yarn add @param_tpss/react-loaders
🎨 Styles (Required) You must import the package CSS for proper styling: import "@param_tpss/react-loaders/style";
🚀 Usage import React from "react"; import { Loader } from "@param_tpss/react-loaders"; import "@param_tpss/react-loaders/style";
const App = () => (
✨ Props Prop Type Default Description type string "dots" Loader type (dots, ios-spinner, etc.) size string "md" Loader size (xs, sm, md, lg, xl, 2xl) className string "" Tailwind utility classes (for color, margin, etc.)
📚 Examples
📄 License
This project is licensed under the MIT License.
You are free to use, modify, and distribute this software with proper attribution.
© 2025 Paramjeet Singh
