mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
bbf9ba7e99
* version * fix |
||
---|---|---|
.. | ||
CHANGELOG.md | ||
Index.svelte | ||
package.json | ||
README.md |
@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;