Files
2024-09-01 18:54:23 +05:00

13 lines
247 B
Vue

<template>
<input
v-bind="{ ...$attrs }"
class="appearance-none rounded-full h-8 pl-10 w-full focus:bg-white focus:outline-none focus:ring ring-primary-200 dark:ring-gray-600"
/>
</template>
<script>
export default {
//
}
</script>