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 Style updates (#1350) 2022-06-01 18:02:18 +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>