Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 192 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 192 Bytes

@gradio/button

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

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