Utility
AI
Terminal
skeleton-demo
No opentui live preview is registered for this example yet.
Installation
pnpm dlx shadcn@latest add @termcn/skeleton
Usage
import { Skeleton } from "@/components/ui/skeleton";<Skeleton width={30} height={3} />Examples
Static (No Animation)
Terminal
skeleton-static
No opentui live preview is registered for this example yet.
API Reference
Skeleton
| Prop | Type | Default |
|---|---|---|
width | number | 20 |
height | number | 1 |
animated | boolean | true |