static html classnames return to tailwind classnames for .blade files
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
<label {{ $attributes }}>
|
||||
<label class="text-black text-sm font-medium" {{ $attributes }}>
|
||||
{!! $slot !!}
|
||||
|
||||
@if ($attributes->has('required'))
|
||||
<span class="text-red ltr:ml-1 rtl:mr-1">*</span>
|
||||
@endif
|
||||
</label>
|
Reference in New Issue
Block a user