gradio/ui/packages/button/README.md

12 lines
192 B
Markdown
Raw Normal View History

2022-02-25 20:24:32 +08:00
# `@gradio/button`
```html
<script>
import { Button } from "@gradio/button";
</script>
<button type="primary|secondary" href="string" on:click="{e.detail === href}">
content
</button>
```