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