The Skeleton component for React
npm install @blur-ui/skeletonA customizable skeleton for React with zero external dependencies.
- Zero external dependencies.
- Fully customizable (size, color, animation duration, etc.)
- Lightweight.
- react >= 18.0.0
``bash`
npm install @blur-ui/skeleton
or
`bash`
yarn add @blur-ui/skeleton
`tsx`
- className (string)
The classNames for the skeleton.
- shadowClassName (string)
The classNames for the skeleton shadow.
- animationDuration (number)
The animation duration for the skeleton.
Default: 1`