added mobile style
This commit is contained in:
@@ -18,7 +18,9 @@ withDefaults(defineProps<Props>(), {
|
||||
<template>
|
||||
<div class="w-full flex flex-col gap-2">
|
||||
<div class="flex items-center gap-1 ps-2">
|
||||
<label :for="id" class="typo-label-sm">{{ label }}</label>
|
||||
<label :for="id" class="typo-label-xs lg:typo-label-sm">{{
|
||||
label
|
||||
}}</label>
|
||||
<span v-if="!!required && required" class="text-danger-600">*</span>
|
||||
</div>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user