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