gradio/js/tootils
pngwn 70b45f4587
chore: update versions (#8777)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-22 13:28:00 -07:00
..
src Lite load perf ci (#8222) 2024-07-11 08:30:05 -07:00
CHANGELOG.md chore: update versions (#8777) 2024-07-22 13:28:00 -07:00
package.json chore: update versions (#8777) 2024-07-22 13:28:00 -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>