Custom Components GalleryNEW
ExploreCustom Components GalleryNEW
ExploreNew to Gradio? Start here: Getting Started
See the Release History
@gradio/form
<script>
import { Form } from "@gradio/form";
</script>
Form
export let visible = true;
export let scale: number | null = null;
export let min_width = 0;