gradio/js/tootils
pngwn ddc5d3866c
chore: update versions (#7992)
* chore: update versions

* changeset

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-18 18:09:10 +00:00
..
src fix-tests (#7345) 2024-03-04 14:03:46 +00:00
CHANGELOG.md chore: update versions (#7992) 2024-04-18 18:09:10 +00:00
package.json chore: update versions (#7992) 2024-04-18 18:09:10 +00:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/button

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

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