fixed a bunch of bugs, yay!!!
This commit is contained in:
8
components/DropdownItem.vue
Normal file
8
components/DropdownItem.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<li>
|
||||
<button
|
||||
class="w-full cursor-pointer bg-[hsl(225,7.7%,10.2%)] hover:bg-[hsl(225,7.7%,17.4%)] text-left px-3 py-1.5 rounded-md flex items-center">
|
||||
<slot />
|
||||
</button>
|
||||
</li>
|
||||
</template>
|
||||
Reference in New Issue
Block a user