Input Group

An input group combines an input with addons like buttons or icons.

Installation

npx shadcn@latest add @dotui/input

Usage

import { InputGroup, InputAddon } from "@/components/ui/input";
<InputGroup>
  <InputAddon>https://</InputAddon>
  <Input placeholder="example.com" />
</InputGroup>

API Reference

An input allows a user to input text.

PropType
"sm" | "md" | "lg"
union
string
string
string

Last updated on 1/13/2026

Built with passion by @mehdibha.