mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Livewire UI installed
This commit is contained in:
8
resources/views/vendor/wireui/components/label.blade.php
vendored
Normal file
8
resources/views/vendor/wireui/components/label.blade.php
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user