Variable: InputGroupButton
@arolariu/components / InputGroupButton
Variable: InputGroupButton
constInputGroupButton:ForwardRefExoticComponent<InputGroupButtonProps&RefAttributes<HTMLButtonElement>>
Defined in: components/ui/input-group.tsx:174
Renders a compact button matched to input group dimensions.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a wrapped
Buttoncomponent - Styling via CSS Modules with
--ac-*custom properties
Example
<InputGroupButton size='sm'>Search</InputGroupButton>
See
InputGroupButtonProps for available props
// was this page useful?