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