gradio/js/upload-button
pngwn a2805d5591
4701 upload button unit tests (#4744)
* First upload

* fix tests

* cleanuop

* tweak

* cleanup

* revert

---------

Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-04 19:47:31 +01:00
..
src 4701 upload button unit tests (#4744) 2023-07-04 19:47:31 +01:00
package.json move files (#3605) 2023-03-27 16:12:58 -07:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/uploadbutton

<script>
	import { UploadButton } from "@gradio/uploadbutton";
</script>

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