gradio/js/video
2023-06-09 08:27:58 +09:00
..
src implement autoplay for Video and Audio (#4453) 2023-06-09 08:27:58 +09:00
package.json
README.md

@gradio/button

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

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