gradio/ui/packages/atoms
2022-08-31 12:34:54 -07:00
..
src changes (#2147) 2022-08-31 12:34:54 -07:00
package.json
README.md

@gradio/button

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

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