table

PreviousNext
Docs
kanpekiui

Preview

Loading preview…
registry/ui/table/index.ts
export * as Table from "./namespace";
export * from "./styles";
export * from "./table";

Installation

npx shadcn@latest add @kanpeki/table

Usage

import { Table } from "@/components/ui/table"
<Table />