gradio/js/atoms
pngwn 3d263ba007
chore: update versions (#5796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-05 14:10:45 -07:00
..
src delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
CHANGELOG.md chore: update versions (#5796) 2023-10-05 14:10:45 -07:00
package.json chore: update versions (#5796) 2023-10-05 14:10:45 -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>