Organism
Empty
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/emptyUsage
tsx
import { Empty } from "@/components/ui/organisms/empty.tsx";
export default function Example() {
return <Empty />;
}A organism component from the MADT registry.
npx shadcn@latest add @madt/emptyimport { Empty } from "@/components/ui/organisms/empty.tsx";
export default function Example() {
return <Empty />;
}