gradio/js/form
pngwn 4cfb6eebf6
chore: update versions (#8523)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 11:54:46 -04:00
..
CHANGELOG.md chore: update versions (#8523) 2024-06-25 11:54:46 -04:00
Index.svelte Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
package.json chore: update versions (#8523) 2024-06-25 11:54:46 -04: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;