feat: Add dropdown component (#10358)

This PR adds dropdown primitives to help compose custom dropdowns across the app. The following the sample usage

---------

Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Shivam Mishra
2024-11-18 17:29:27 -08:00
committed by GitHub
co-authored by Pranav
parent 54afed9fb4
commit aaa328be87
22 changed files with 497 additions and 224 deletions
@@ -0,0 +1,3 @@
<template>
<div class="h-0 border-b border-n-strong -mx-2" />
</template>