You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
<script setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div class="flex justify-center bg-grey-400 items-center px-5 py-1 rounded-full border border-grey-300 text-xl
|
|
text-gray-500 font-medium hover:scale-105 transition-all ease-in-out duration-1000 group-hover:text-white/70
|
|
group-hover:border-white/15">
|
|
<slot></slot>
|
|
</div>
|
|
|
|
</template> |