gradio/js/atoms
pngwn 35f58db405
chore: update versions (#5940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-17 23:38:35 -07:00
..
src Show empty JSON icon when value is null (#5944) 2023-10-17 15:11:28 +02:00
CHANGELOG.md chore: update versions (#5940) 2023-10-17 23:38:35 -07:00
package.json chore: update versions (#5940) 2023-10-17 23:38:35 -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>