gradio/ui/packages/button
aliabid94 373c8dd716
Add elem classes (#3466)
* changes

* changes

* changes

* changes

* changes

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-03-15 14:01:53 -07:00
..
src Add elem classes (#3466) 2023-03-15 14:01:53 -07:00
package.json Style updates (#1350) 2022-06-01 18:02:18 +01: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>