gradio/js/video
pngwn 861d752a83
chore: update versions (#4999)
* chore: update versions

* undo diff

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-26 17:10:24 -04:00
..
src Fix cropped videos CSS bug (#4946) 2023-07-19 09:32:32 +01:00
CHANGELOG.md chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
package.json chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/button

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

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