gradio / js /accordion /README.md
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
# `@gradio/button`
```html
<script>
import { Button } from "@gradio/button";
</script>
<button type="primary|secondary" href="string" on:click="{e.detail === href}">
content
</button>
```