react-loading-skeleton-lite
v1.0.0
Published
A lightweight React loading skeleton component with shimmer effect.
Downloads
6
Maintainers
Readme
react-loading-skeleton-lite
A lightweight React loading skeleton component with customizable shimmer animation.
Install
npm install react-loading-skeleton-liteUsage
import Skeleton from "react-loading-skeleton-lite";
<Skeleton height="20px" width="150px" borderRadius="8px" />Props
| Prop | Type | Default | Description |
|--------------|--------|-----------|------------------------------------|
| width | string | "100%" | Width of the skeleton |
| height | string | "1rem" | Height of the skeleton |
| borderRadius | string | "4px" | Border radius of the skeleton |
| style | object | {} | Additional inline styles |
| className | string | "" | Optional custom class name |
