react-mask-loader
v1.2.3
Published
A reusable custom loader for React apps.
Maintainers
Readme
react-mask-loader
A reusable and customizable React loader component with shimmer animation using CSS masking.
✨ Features
- 🎨 Image-based shimmer loader
- ⚙️ Easy to use with props
- ⚡ Lightweight and reusable
- ✅ Written in TypeScript
- 💨 Tailwind CSS friendly
✨ Import & Uses
import MaskLoader from 'react-mask-loader';
<MaskLoader image='imag-path' alt={'alt'} classImage="Your-image-class"/>
📦 Installation
npm install react-mask-loader
# or
yarn add react-mask-loader