Molecule

Command

A molecule component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/command

Dependencies

This component depends on the following registry items:

  • dialog
  • input-group

Usage

tsx
import { Command } from "@/components/ui/molecules/command.tsx";

export default function Example() {
  return <Command />;
}