gradio/ui/packages/atoms
pngwn 2e31988718
tweaks (#1229)
* css tweaks

* tweak

* loader tweaks
2022-05-12 18:47:40 +01:00
..
src tweaks (#1229) 2022-05-12 18:47:40 +01: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>