From dfeecbbc47761ecedb79529d8f55c1d255b18018 Mon Sep 17 00:00:00 2001 From: mathieuRA Date: Wed, 18 Sep 2024 10:38:41 +0200 Subject: [PATCH] feat(web-core): new InputTextArea component --- .../web-core/input/input-text-area.story.vue | 22 +++++ .../lib/components/input/InputTextArea.vue | 93 +++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 @xen-orchestra/lite/src/stories/web-core/input/input-text-area.story.vue create mode 100644 @xen-orchestra/web-core/lib/components/input/InputTextArea.vue diff --git a/@xen-orchestra/lite/src/stories/web-core/input/input-text-area.story.vue b/@xen-orchestra/lite/src/stories/web-core/input/input-text-area.story.vue new file mode 100644 index 00000000000..b01ada8536a --- /dev/null +++ b/@xen-orchestra/lite/src/stories/web-core/input/input-text-area.story.vue @@ -0,0 +1,22 @@ + + + diff --git a/@xen-orchestra/web-core/lib/components/input/InputTextArea.vue b/@xen-orchestra/web-core/lib/components/input/InputTextArea.vue new file mode 100644 index 00000000000..d0a4e92c65d --- /dev/null +++ b/@xen-orchestra/web-core/lib/components/input/InputTextArea.vue @@ -0,0 +1,93 @@ + +