Input Group
Groups inputs with addons like icons, buttons, or text.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/input-groupUsage
Import the component from the package:
import { InputGroup } from "@/registry/ui/input-group"Then use it in your application:
<InputGroup />