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