gradio/ui/packages/button/README.md
2022-02-25 12:24:32 +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>
```