gradio/js/label
pngwn 861d752a83
chore: update versions (#4999)
* chore: update versions

* undo diff

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-26 17:10:24 -04:00
..
src Fix show_label for Label component (#4713) 2023-06-29 11:42:26 -04:00
CHANGELOG.md chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
package.json chore: update versions (#4999) 2023-07-26 17:10:24 -04: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>