From a7e3d443c982fa45b675c623888b63e7978eab1f Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 20 Nov 2024 03:55:45 +0530 Subject: [PATCH] feat: Add the new select menu component (#10445) --- .../selectmenu/SelectMenu.story.vue | 46 ++++++++++++ .../components-next/selectmenu/SelectMenu.vue | 71 +++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 app/javascript/dashboard/components-next/selectmenu/SelectMenu.story.vue create mode 100644 app/javascript/dashboard/components-next/selectmenu/SelectMenu.vue diff --git a/app/javascript/dashboard/components-next/selectmenu/SelectMenu.story.vue b/app/javascript/dashboard/components-next/selectmenu/SelectMenu.story.vue new file mode 100644 index 000000000..13d823889 --- /dev/null +++ b/app/javascript/dashboard/components-next/selectmenu/SelectMenu.story.vue @@ -0,0 +1,46 @@ + + + diff --git a/app/javascript/dashboard/components-next/selectmenu/SelectMenu.vue b/app/javascript/dashboard/components-next/selectmenu/SelectMenu.vue new file mode 100644 index 000000000..cc584dcbb --- /dev/null +++ b/app/javascript/dashboard/components-next/selectmenu/SelectMenu.vue @@ -0,0 +1,71 @@ + + +