Introducing Gradio 5.0
Read MoreIntroducing Gradio 5.0
Read MoreNew 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;