gradio/js/file
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
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
shared ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
static Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
File.stories.svelte Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
package.json remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01: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>