Introducing Gradio 5.0

Read More

New to Gradio? Start here: Getting Started

See the Release History

@gradio/button

v0.4.3

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

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