Molecule

Combobox

A molecule component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/combobox

Dependencies

This component depends on the following registry items:

  • button
  • input-group

Usage

tsx
import { Combobox } from "@/components/ui/molecules/combobox.tsx";

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