gradio-pr-bot commited on
Commit
cad4498
·
verified ·
1 Parent(s): 54a1b16

Upload folder using huggingface_hub

Browse files
6.12.0/form/WithChild.svelte ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <script lang="ts">
2
+ import Form from "./Index.svelte";
3
+ let props = $props();
4
+ </script>
5
+
6
+ <Form {...props}>
7
+ <div data-testid="slot-content">test child</div>
8
+ </Form>
6.12.0/form/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/form",
3
- "version": "0.3.2",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "@gradio/form",
3
+ "version": "0.3.3",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",