We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67572e commit 737e262Copy full SHA for 737e262
docs/config.json
@@ -220,6 +220,10 @@
220
{
221
"label": "Linked Fields",
222
"to": "framework/solid/guides/linked-fields"
223
+ },
224
+ {
225
+ "label": "Form Composition",
226
+ "to": "framework/solid/guides/form-composition"
227
}
228
]
229
},
@@ -589,6 +593,10 @@
589
593
590
594
"label": "Arrays",
591
595
"to": "framework/solid/examples/array"
596
597
598
599
+ "to": "framework/solid/examples/large-form"
592
600
601
602
0 commit comments