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