gradio/js/button
..
static
Button.stories.svelte
CHANGELOG.md
package.json
README.md

@gradio/button

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

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