From caa1010bc70be0f166f7bebec03e9bfb0089895e Mon Sep 17 00:00:00 2001 From: thewebartisan7 Date: Tue, 17 Dec 2024 11:42:37 +0100 Subject: [PATCH] Allow to pass label and description via props --- .../lib/registry/default/ui/form/FormItem.vue | 29 ++++++++++++++----- .../registry/new-york/ui/form/FormItem.vue | 29 ++++++++++++++----- 2 files changed, 42 insertions(+), 16 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/form/FormItem.vue b/apps/www/src/lib/registry/default/ui/form/FormItem.vue index 699724e4..6633ed9d 100644 --- a/apps/www/src/lib/registry/default/ui/form/FormItem.vue +++ b/apps/www/src/lib/registry/default/ui/form/FormItem.vue @@ -1,19 +1,32 @@ diff --git a/apps/www/src/lib/registry/new-york/ui/form/FormItem.vue b/apps/www/src/lib/registry/new-york/ui/form/FormItem.vue index 699724e4..6633ed9d 100644 --- a/apps/www/src/lib/registry/new-york/ui/form/FormItem.vue +++ b/apps/www/src/lib/registry/new-york/ui/form/FormItem.vue @@ -1,19 +1,32 @@