gradio/js/tootils
Gradio PR Bot 8e5b5a201e
chore: update versions (#9790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-25 12:33:07 -07:00
..
src Fix Lite to work on FireFox (#9528) 2024-10-10 11:25:41 -07:00
CHANGELOG.md chore: update versions (#9790) 2024-10-25 12:33:07 -07:00
package.json chore: update versions (#9790) 2024-10-25 12:33:07 -07:00
README.md

@gradio/button

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

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