Atom
Label
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/labelUsage
tsx
import { Label } from "@/components/ui/atoms/label.tsx";
export default function Example() {
return <Label />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/labelimport { Label } from "@/components/ui/atoms/label.tsx";
export default function Example() {
return <Label />;
}