2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-02-11 11:19:58 +08:00
gradio/ui/packages/chatbot/README.md
2022-03-02 16:42:43 +00:00

12 lines
192 B
Markdown

# `@gradio/button`
```html
<script>
import { Button } from "@gradio/button";
</script>
<button type="primary|secondary" href="string" on:click="{e.detail === href}">
content
</button>
```