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