gradio/ui/packages/button
pngwn 3fe954bd55
Table tweaks (#1195)
* ensure table scrolls

* tweaks

* fix overflow on columns

* layout tweaks
2022-05-09 16:18:13 +01:00
..
src Table tweaks (#1195) 2022-05-09 16:18:13 +01:00
package.json pull all components into packages 2022-03-02 16:42:43 +00:00
README.md fix tooling issues 2022-02-25 12:24:32 +00:00

@gradio/button

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

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