gradio-pr-bot commited on
Commit
0f42390
·
verified ·
1 Parent(s): be24c64

Upload folder using huggingface_hub

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