Input Group

Combine inputs with addons, buttons, and other elements.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/input-group.json

Usage

import { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText } from "@/components/ui/input-group";
<InputGroup>
  <InputGroupInput placeholder="Search..." />
  <InputGroupAddon>
    <SearchIcon />
  </InputGroupAddon>
</InputGroup>

Examples

Search with Results

With Button

With Voice Input