8 lines
210 B
Vue
8 lines
210 B
Vue
<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> |