@blur-ui/skeleton
v1.0.1
Published
The Skeleton component for React
Maintainers
Readme
Skeleton
A customizable skeleton for React with zero external dependencies.
Features
- Zero external dependencies.
- Fully customizable (size, color, animation duration, etc.)
- Lightweight.
Requirements
react>= 18.0.0
Installation
npm install @blur-ui/skeletonor
yarn add @blur-ui/skeletonUsage
<Skeleton className='w-40 h-10 bg-neutral-100 rounded-lg' shadowClassName='bg-neutral-300' />Props
className (
string)The
classNamesfor the skeleton.shadowClassName (
string)The
classNamesfor the skeleton shadow.animationDuration (
number)The animation duration for the skeleton.
Default:
1
