tabSize: 4

This commit is contained in:
2023-12-09 11:29:00 +01:00
parent 795e4534ff
commit 8dadbf6757
54 changed files with 2572 additions and 2481 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div class="dui-dropdown-end dui-dropdown">
<slot name="activator" tabindex="0"></slot>
<ul
tabindex="0"
class="dui-menu-compact dui-dropdown-content dui-menu mt-1 w-52 rounded-box bg-base-100 p-2 text-base-content shadow"
>
<slot name="items"></slot>
</ul>
</div>
<div class="dui-dropdown-end dui-dropdown">
<slot name="activator" tabindex="0"></slot>
<ul
tabindex="0"
class="dui-menu-compact dui-dropdown-content dui-menu mt-1 w-52 rounded-box bg-base-100 p-2 text-base-content shadow"
>
<slot name="items"></slot>
</ul>
</div>
</template>