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