gradio/ui/packages/video
pngwn 2e31988718
tweaks (#1229)
* css tweaks

* tweak

* loader tweaks
2022-05-12 18:47:40 +01:00
..
src tweaks (#1229) 2022-05-12 18:47:40 +01:00
package.json WIP: Add dark mode support (#1187) 2022-05-09 17:26:09 -07: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>