From 1a49cf00605c91eeef7bbd61604a1e38805b708a Mon Sep 17 00:00:00 2001 From: romanhrynevych Date: Thu, 22 Aug 2024 08:52:00 +0300 Subject: [PATCH] feat(tag-input): add `form` example --- .../src/content/docs/components/tags-input.md | 4 ++ .../default/example/TagsInputFormDemo.vue | 61 +++++++++++++++++++ .../new-york/example/TagsInputFormDemo.vue | 61 +++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 apps/www/src/lib/registry/default/example/TagsInputFormDemo.vue create mode 100644 apps/www/src/lib/registry/new-york/example/TagsInputFormDemo.vue diff --git a/apps/www/src/content/docs/components/tags-input.md b/apps/www/src/content/docs/components/tags-input.md index 97071831..f5d7468c 100644 --- a/apps/www/src/content/docs/components/tags-input.md +++ b/apps/www/src/content/docs/components/tags-input.md @@ -18,3 +18,7 @@ npx shadcn-vue@latest add tags-input ### Tags with Combobox + +### Form + + diff --git a/apps/www/src/lib/registry/default/example/TagsInputFormDemo.vue b/apps/www/src/lib/registry/default/example/TagsInputFormDemo.vue new file mode 100644 index 00000000..367a09e5 --- /dev/null +++ b/apps/www/src/lib/registry/default/example/TagsInputFormDemo.vue @@ -0,0 +1,61 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/example/TagsInputFormDemo.vue b/apps/www/src/lib/registry/new-york/example/TagsInputFormDemo.vue new file mode 100644 index 00000000..723db7b6 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/example/TagsInputFormDemo.vue @@ -0,0 +1,61 @@ + + +