gradio/ui/packages/file/README.md

12 lines
192 B
Markdown
Raw Normal View History

2022-03-03 00:42:43 +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>
```