gradio/ui/packages/atoms
aliabid94 d35e06abe7
Minor cosmetic changes (#1383)
* changes

* pass tests

* change to source sans

* formatting

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-05-26 14:33:28 -07:00
..
src Minor cosmetic changes (#1383) 2022-05-26 14:33:28 -07:00
package.json Redesign 1 (#918) 2022-04-05 18:11:29 +01:00
README.md Redesign 1 (#918) 2022-04-05 18:11:29 +01:00

@gradio/button

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

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