Molecule
Command
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/commandDependencies
This component depends on the following registry items:
dialoginput-group
Usage
tsx
import { Command } from "@/components/ui/molecules/command.tsx";
export default function Example() {
return <Command />;
}