From 1e9959bb658288920a2c83a905490a37d2acf8f5 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Sat, 12 Oct 2024 04:16:13 +0530 Subject: [PATCH] feat: Update the design for the dropdown menu component (#10265) Co-authored-by: Pranav --- .../dropdown-menu/DropdownMenu.story.vue | 55 +++++++++++++++++++ .../dropdown-menu/DropdownMenu.vue | 35 ++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.story.vue create mode 100644 app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.vue diff --git a/app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.story.vue b/app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.story.vue new file mode 100644 index 000000000..714f48144 --- /dev/null +++ b/app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.story.vue @@ -0,0 +1,55 @@ + + + diff --git a/app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.vue b/app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.vue new file mode 100644 index 000000000..74115a31e --- /dev/null +++ b/app/javascript/dashboard/components-next/dropdown-menu/DropdownMenu.vue @@ -0,0 +1,35 @@ + + +