gradio/js/button
Hannah 46a2b600a7
ensure translations for audio work correctly (#5264)
* fix audio import

* set i18n locale

* add changeset

* tweak

* add changeset

* add curly brackets

* add changeset

* changes

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-08-18 17:37:19 +01:00
..
static Add icon and link params to gr.Button (#5080) 2023-08-04 17:47:20 +02:00
Button.stories.svelte ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
package.json chore: update versions (#5038) 2023-08-10 16:59:00 -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>