@wfp/react
Version:
WFP UI Kit
20 lines (10 loc) • 417 B
text/mdx
## Usage
InputGroup should be used inside `<Form>`s and can contain multiple inputs.
#### When to use
Use InputGroup to structure multiple inputs
#### When not to use
Do not nest multiple Inputs. Each input should only have one label text.
## Related
[Form](?path=/docs/components-form--regular)
[Checkbox](?path=/docs/components-checkbox--regular)
[RadioButton](?path=/docs/components-radiobutton--regular)