gradio/js/video
2023-08-18 16:33:07 +01:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Ensure File component uploads files to the server. (#5253) 2023-08-17 12:20:19 -07:00
shared Fixes the display of minutes in the video player (#5140) 2023-08-08 17:31:51 -04:00
static Ensure File component uploads files to the server. (#5253) 2023-08-17 12:20:19 -07:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
package.json remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00
Video.stories.svelte remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
Video.test.ts remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00

@gradio/button

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

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