Initialer Laravel Commit für BetiX
This commit is contained in:
9
resources/js/components/ui/input-otp/InputOTPSlot.vue
Normal file
9
resources/js/components/ui/input-otp/InputOTPSlot.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
const props = withDefaults(defineProps<{ index: number }>(), {});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="h-10 w-10 rounded-md border border-input bg-background text-center leading-10">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user