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