gradio/js/video
Abubakar Abid cd1353fa3e
Fixes the display of minutes in the video player (#5140)
* video timestamp

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-08 17:31:51 -04:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
shared Fixes the display of minutes in the video player (#5140) 2023-08-08 17:31:51 -04:00
static Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
CHANGELOG.md chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
index.svelte Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
package.json Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00
Video.stories.svelte Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
Video.test.ts Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00

@gradio/button

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

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