gradio/ui/packages/image
aliabid94 2a93225952
Create Streamables (#1279)
* changes

* fix

* fix for vars too

* changes

* fix tests

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-05-16 11:51:09 -07:00
..
src Create Streamables (#1279) 2022-05-16 11:51:09 -07:00
package.json WIP: Add dark mode support (#1187) 2022-05-09 17:26:09 -07:00
README.md

@gradio/button

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

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