diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts
index b24d3ade..f5a5db3d 100644
--- a/apps/www/__registry__/index.ts
+++ b/apps/www/__registry__/index.ts
@@ -373,6 +373,13 @@ export const Index = {
component: () => import('../src/lib/registry/default/example/InputForm.vue').then(m => m.default),
files: ['../src/lib/registry/default/example/InputForm.vue'],
},
+ InputLazyForm: {
+ name: 'InputLazyForm',
+ type: 'components:example',
+ registryDependencies: ['button', 'form', 'input', 'toast'],
+ component: () => import('../src/lib/registry/default/example/InputLazyForm.vue').then(m => m.default),
+ files: ['../src/lib/registry/default/example/InputLazyForm.vue'],
+ },
InputFormAutoAnimate: {
name: 'InputFormAutoAnimate',
type: 'components:example',
diff --git a/apps/www/src/content/docs/components/input.md b/apps/www/src/content/docs/components/input.md
index d1614790..5797667d 100644
--- a/apps/www/src/content/docs/components/input.md
+++ b/apps/www/src/content/docs/components/input.md
@@ -66,3 +66,7 @@ import { Input } from '@/components/ui/input'
### Form
+
+#### v-model.lazy binding
+
+
diff --git a/apps/www/src/lib/registry/default/example/InputLazyForm.vue b/apps/www/src/lib/registry/default/example/InputLazyForm.vue
new file mode 100644
index 00000000..3c5677e9
--- /dev/null
+++ b/apps/www/src/lib/registry/default/example/InputLazyForm.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
diff --git a/apps/www/src/lib/registry/new-york/example/InputLazyForm.vue b/apps/www/src/lib/registry/new-york/example/InputLazyForm.vue
new file mode 100644
index 00000000..190354bf
--- /dev/null
+++ b/apps/www/src/lib/registry/new-york/example/InputLazyForm.vue
@@ -0,0 +1,60 @@
+
+
+
+
+