Files
chatwoot/app/javascript/dashboard/components-next/dropdown-menu/base/DropdownSeparator.vue
Shivam Mishra aaa328be87 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>
2024-11-18 17:29:27 -08:00

4 lines
76 B
Vue

<template>
<div class="h-0 border-b border-n-strong -mx-2" />
</template>