Files
webapp/app/components/ui/Select.vue
2026-04-11 08:31:34 +07:00

6 lines
175 B
Vue

<template>
<select v-bind="$attrs" class="h-12 w-full rounded-full border-0 bg-[#f6f1ea] px-5 text-[#2f2418] shadow-none outline-none">
<slot />
</select>
</template>