Molecule
Table
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/tableUsage
tsx
import { Table } from "@/components/ui/molecules/table.tsx";
export default function Example() {
return <Table />;
}A molecule component from the MADT registry.
npx shadcn@latest add @madt/tableimport { Table } from "@/components/ui/molecules/table.tsx";
export default function Example() {
return <Table />;
}