gradio/js/form
pngwn 1e5e787999
chore: update versions (#7426)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-16 12:28:13 -08:00
..
CHANGELOG.md chore: update versions (#7426) 2024-02-16 12:28:13 -08:00
Index.svelte Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
package.json chore: update versions (#7426) 2024-02-16 12:28:13 -08:00
README.md Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00

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