Custom Components GalleryNEW

Explore

New to Gradio? Start here: Getting Started

See the Release History

@gradio/form

v0.1.17

<script>
	import { Form } from "@gradio/form";
</script>

Form

	export let visible = true;
	export let scale: number | null = null;
	export let min_width = 0;