Skeleton
Animated loading placeholder with shimmer effect.
Import
import { Skeleton } from "neoterm-ui";Usage
<Skeleton className="h-4 w-48" /> <Skeleton className="h-8 w-full" /> <Skeleton className="h-24 w-24 rounded-full" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | Size and shape via Tailwind classes. |