react-code-dataset / tabler-react /src /components /Form /FormInputGroupPrepend.examples.md
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
284 Bytes
<Form.InputGroup>
    <Form.InputGroupPrepend>
    <Button
        RootComponent="a"
        color="primary"
        href="http://www.google.com"
    >
        Go!
    </Button>
    </Form.InputGroupPrepend>
    <Form.Input placeholder="Search for..." />
</Form.InputGroup>