static html classnames return to tailwind classnames for .blade files

This commit is contained in:
Burak Civan
2022-06-10 10:17:46 +03:00
parent df5f9e7dc7
commit 12b19a3ad0
16 changed files with 90 additions and 102 deletions

View File

@ -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>