inputs
Input group
Decorate inputs with other elements to create a single field
Features
- Keyboard accessible
 - Works with any inputs and buttons
 - Themes ready
 
Anatomy
import { InputGroup } from "@wonderflow/react-components";
export default () => {
  return <InputGroup prefix="" input="" suffix="" />;
};API Reference
PROPERTY
TYPE
DEFAULT
inputReactNodeprefixReactNodesuffixReactNodelabelReactNodedimensionenum"regular"Accessibility
Keyboard interactions
| Name | Description | 
|---|---|
| tab | Move focus on the elements inside the composition |