gradio/ui/packages/form
Chih-Yu Yeh f6414d3c33
fix issue#1353 (#1457)
* fix issue#1353

* change logic

* changes

Co-authored-by: Ali Abid <aabid94@gmail.com>
2022-06-06 07:58:19 -07:00
..
src fix issue#1353 (#1457) 2022-06-06 07:58:19 -07:00
package.json Allow Custom CSS (#1170) 2022-05-11 21:40:41 -07:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/button

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

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