Skeleton
Use to show a placeholder while content is loading.
Installation
Import from the package. Do not run shadcn add in your app.
import { Skeleton } from "@carsxe/design-system/components/skeleton"Usage
import { Skeleton } from "@carsxe/design-system/components/skeleton"
<Skeleton className="h-4 w-[120px]" />Form
API Reference
| Prop | Type | Default |
|---|---|---|
| className | string | — |

