gradio/js/form
aliabid94 43680f1c7a
fix dropdowns, release 3.24 (#3713)
* changes

* changes

* Update version.txt
2023-03-30 16:38:08 -07:00
..
src fix dropdowns, release 3.24 (#3713) 2023-03-30 16:38:08 -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/button

<script>
	import { Button } from "@gradio/button";
</script>

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