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