InputGroup

Composes inputs with inline or block addons and buttons.

Quick Preview

Composition

Use this public composition when building InputGroup:

InputGroup
├── InputGroupAddon
├── InputGroupInput
├── InputGroupTextarea
└── InputGroupButton

Usage

<InputGroup><InputGroupInput placeholder="Search" /></InputGroup>

Examples

Default InputGroup

Use this as the starting point for InputGroup. Keep product data, routing, fetching, and authorization logic in the consuming app.

Props

Prop/APITypeDefaultDescription
size`"sm""md""lg"
align on InputGroupAddon`"inline-start""inline-end""block-start"
classNamestring-Local layout or spacing overrides.
native/root propsReact component props-Passed through to the underlying root or primitive.

Accessibility

  • Preserve the documented InputGroup composition so labels, triggers, content, and controls remain connected.
  • Provide visible labels or accessible names for interactive controls.
  • Preserve the component-provided focus, keyboard, disabled, and invalid-state behavior.
  • Do not communicate state with color alone; include text, icons, or helper copy.

On this page