Initialer Laravel Commit für BetiX
This commit is contained in:
11
resources/js/components/ui/label.vue
Normal file
11
resources/js/components/ui/label.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
defineProps<{
|
||||
for?: string;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<label :for="for" class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 text-white">
|
||||
<slot />
|
||||
</label>
|
||||
</template>
|
||||
Reference in New Issue
Block a user