Skip to content

Commit 913052f

Browse files
author
Christopher A. Flores
committed
docs(forms): update form container documentation with detailed usage examples, props explanation, and best practices for customization and event handling
1 parent 3b0fc0c commit 913052f

5 files changed

Lines changed: 2553 additions & 125 deletions

File tree

src/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ export default defineConfig({
3636
{
3737
text: 'Forms',
3838
items: [
39+
{ text: 'Components', link: '/forms/components/' },
3940
{ text: 'Fields', link: '/forms/fields/' },
4041
{ text: 'Settings', link: '/forms/settings' },
4142
{ text: 'Buttons', link: '/forms/buttons' },
4243
{ text: 'Rules', link: '/forms/rules' },
4344
{ text: 'Response interceptor', link: '/forms/response-interceptors' },
4445
{ text: 'Custom Components', link: '/guide/custom-components' },
4546
{ text: "Commands", link: '/forms/commands' },
46-
{ text: 'Components', link: '/forms/components/' },
4747
]
4848
},
4949
{

0 commit comments

Comments
 (0)