| # `@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; | |
| ``` | |
| # `@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; | |
| ``` | |