6 lines
256 B
Vue
6 lines
256 B
Vue
<template>
|
|
<div class="bg-white flex justify-center items-center gap-2 rounded-full border-[0.5px] border-slate-200 px-4 py-2 typo-p-sm">
|
|
<slot />
|
|
<Icon name="ci:star-solid" class="**:fill-warning-500 size-4.5" />
|
|
</div>
|
|
</template> |