From 0082c6adb99b2a082225f22769c210428242466b Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:41:38 +0530 Subject: [PATCH] feat: Add new Inline Input component (#10281) --- .../inline-input/InlineInput.story.vue | 82 +++++++++++++++++++ .../inline-input/InlineInput.vue | 65 +++++++++++++++ 2 files changed, 147 insertions(+) create mode 100644 app/javascript/dashboard/components-next/inline-input/InlineInput.story.vue create mode 100644 app/javascript/dashboard/components-next/inline-input/InlineInput.vue diff --git a/app/javascript/dashboard/components-next/inline-input/InlineInput.story.vue b/app/javascript/dashboard/components-next/inline-input/InlineInput.story.vue new file mode 100644 index 000000000..7338d9cc9 --- /dev/null +++ b/app/javascript/dashboard/components-next/inline-input/InlineInput.story.vue @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/dashboard/components-next/inline-input/InlineInput.vue b/app/javascript/dashboard/components-next/inline-input/InlineInput.vue new file mode 100644 index 000000000..71dae0af0 --- /dev/null +++ b/app/javascript/dashboard/components-next/inline-input/InlineInput.vue @@ -0,0 +1,65 @@ + + + + + + {{ label }} + + + + + +