From 1fc06f895916b14ffefa3546bd7b99b406be582f Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:43:17 +0530 Subject: [PATCH] feat: Add the design for the new Input component (#10258) Co-authored-by: Pranav --- .../components-next/input/Input.story.vue | 68 ++++++++++++++ .../dashboard/components-next/input/Input.vue | 92 +++++++++++++++++++ 2 files changed, 160 insertions(+) create mode 100644 app/javascript/dashboard/components-next/input/Input.story.vue create mode 100644 app/javascript/dashboard/components-next/input/Input.vue diff --git a/app/javascript/dashboard/components-next/input/Input.story.vue b/app/javascript/dashboard/components-next/input/Input.story.vue new file mode 100644 index 000000000..579c2437a --- /dev/null +++ b/app/javascript/dashboard/components-next/input/Input.story.vue @@ -0,0 +1,68 @@ + + + diff --git a/app/javascript/dashboard/components-next/input/Input.vue b/app/javascript/dashboard/components-next/input/Input.vue new file mode 100644 index 000000000..ed0517257 --- /dev/null +++ b/app/javascript/dashboard/components-next/input/Input.vue @@ -0,0 +1,92 @@ + + +