gradio/js/atoms
Hannah 465f58957f
Show empty JSON icon when value is null (#5944)
* show empty json icon when value is null

* add changeset

* move empty check logic to parent component

* add changeset

* revert changes

* add changeset

* tweak

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-10-17 15:11:28 +02:00
..
src Show empty JSON icon when value is null (#5944) 2023-10-17 15:11:28 +02:00
CHANGELOG.md chore: update versions (#5831) 2023-10-16 13:30:41 -07:00
package.json chore: update versions (#5831) 2023-10-16 13:30:41 -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>