gradio/ui/packages/label
pngwn a62879b8fe
Dm (#1284)
* fix

* more tweaks

* fix import
2022-05-16 19:34:08 +01:00
..
src Dm (#1284) 2022-05-16 19:34:08 +01:00
package.json pull all components into packages 2022-03-02 16:42:43 +00:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/button

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

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