gradio/ui/packages/label/README.md
2022-03-02 16:42:43 +00:00

192 B

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>