Files
hossein-por-shop/frontend/components/global/Rate.vue
T
2025-01-14 18:49:23 +03:30

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>