<script setup lang="ts"></script>
<template>
<div
class="flex h-full w-8 cursor-pointer items-center justify-center text-base text-white transition-all hover:opacity-80"
>
<slot />
</div>
</template>