Data Table Skeleton

GitHub

Loading placeholder matching common data-table controls and rows.

Installation

bash
pnpm dlx shadcn@latest add @cs/data-table-skeleton

Usage

tsx
import { DataTableSkeleton } from "@/components/cs/data-table-skeleton";
tsx
<DataTableSkeleton />

API Reference

DataTableSkeleton

Displays a loading placeholder for a data table.

Dependencies