Molecule

Input Group

A molecule component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/input-group

Dependencies

This component depends on the following registry items:

  • button
  • input
  • textarea

Usage

tsx
import { InputGroup } from "@/components/ui/molecules/input-group.tsx";

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