gradio/js/video
pngwn 35f58db405
chore: update versions (#5940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-17 23:38:35 -07:00
..
example Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server (#5627) 2023-10-17 01:26:49 +09:00
interactive delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
shared Fix styling issues with Audio, Image and Video components (#5934) 2023-10-16 12:51:05 -07:00
static delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
CHANGELOG.md chore: update versions (#5940) 2023-10-17 23:38:35 -07:00
package.json chore: update versions (#5940) 2023-10-17 23:38:35 -07: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 delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00

@gradio/button

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

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