gradio/js/json
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
..
static 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 generate docs json in ci, reimplement main vs release (#5092) 2023-08-11 15:54:56 +01:00

@gradio/button

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

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

hi