Livewire UI installed

This commit is contained in:
Benjamin Takats
2022-11-30 00:04:07 +01:00
parent 3f5e714177
commit 8f0e818ec9
516 changed files with 3973 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
<label {{ $attributes->class([
'block text-sm font-medium',
'text-negative-600' => $hasError,
'opacity-60' => $attributes->get('disabled'),
'text-gray-700 dark:text-gray-400' => !$hasError,
]) }}>
{{ $label ?? $slot }}
</label>