react-code-dataset / tabler-react /src /components /Form /FormInputGroupAppend.examples.md
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
```jsx
<Form.InputGroup>
<Form.Input placeholder="Search for..." />
<Form.InputGroupAppend>
<Button
RootComponent="a"
color="primary"
href="http://www.google.com"
>
Go!
</Button>
</Form.InputGroupAppend>
</Form.InputGroup>
```