Input Group

Groups inputs with addons like icons, buttons, or text.

Preview

https://

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/input-group

Usage

Import the component from the package:

import { InputGroup } from "@/registry/ui/input-group"

Then use it in your application:

<InputGroup />

Examples

Default

https://