gradio/js/tootils
Gradio PR Bot 4d520a8a7b
chore: update versions (#9908)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 16:16:39 -08:00
..
src Fix Lite to work on FireFox (#9528) 2024-10-10 11:25:41 -07:00
CHANGELOG.md chore: update versions (#9908) 2024-11-15 16:16:39 -08:00
package.json chore: update versions (#9908) 2024-11-15 16:16:39 -08: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>