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