0ad74ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `@gradio/form` ```html <script> import { Form } from "@gradio/form"; </script> ``` Form ```javascript export let visible = true; export let scale: number | null = null; export let min_width = 0; ```