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