gradio/ui/packages/tootils
2022-03-23 16:56:36 +00:00
..
src add tests for textbox 2022-03-23 16:56:36 +00:00
package.json add test infra + add browser tests to CI (#852) 2022-03-23 15:19:12 +00:00
README.md add test infra + add browser tests to CI (#852) 2022-03-23 15:19:12 +00:00

@gradio/button

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

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