Variable: InputGroup
@arolariu/components / InputGroup
Variable: InputGroup
constInputGroup:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/input-group.tsx:104
Creates a composable shell for grouped text inputs and controls.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<InputGroup>
<InputGroupInput />
</InputGroup>
See
InputGroupProps for available props
// was this page useful?