React Input group Use an input group when you want to group multiple input types, e.g., a text input and a button, into one control. Related design guidelines: Data input
Examples Props Examples With multiple group siblings Props InputGroup properties Name Type Required Default Description className string No '' Additional classes added to the input group. children React.ReactNode Yes Content rendered inside the input group.
InputGroupText properties Name Type Required Default Description className string No '' Additional classes added to the input group text. children React.ReactNode Yes Content rendered inside the input group text. component React.ReactNode No 'span' Component that wraps the input group text.