gradio/js/upload-button
2023-06-21 12:34:12 -07:00
..
src Fix scale issues within Dropdown (#4584) 2023-06-21 12:34:12 -07: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>