Const
Wrapper that places start or end elements (icons, addons) around an Input.
Input
<InputGroup startElement={<SearchIcon />}> <Input placeholder="Search..." /></InputGroup> Copy
<InputGroup startElement={<SearchIcon />}> <Input placeholder="Search..." /></InputGroup>
Wrapper that places start or end elements (icons, addons) around an
Input.