gradio/js/tootils
pngwn d95a1a44d6
chore: update versions (#7826)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-27 14:25:36 -07:00
..
src fix-tests (#7345) 2024-03-04 14:03:46 +00:00
CHANGELOG.md chore: update versions (#7826) 2024-03-27 14:25:36 -07:00
package.json chore: update versions (#7826) 2024-03-27 14:25:36 -07: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>