Introducing Gradio ClientsJoin us on Thursday, 9am PST
LivestreamIntroducing Gradio ClientsJoin us on Thursday, 9am PST
LivestreamNew 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;