gradio/ui/packages/video
pngwn af5b555458
reimplement webcam video (#928)
* reimplement webcam video

* remove logs

* fix image webcam input
2022-04-06 18:01:18 +01:00
..
src reimplement webcam video (#928) 2022-04-06 18:01:18 +01:00
package.json reimplement webcam video (#928) 2022-04-06 18:01:18 +01:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/button

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

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