auth module (breeze) + styled components

This commit is contained in:
Clément
2025-05-20 17:38:29 +02:00
committed by PRIBYLSKI
parent d68256f03b
commit 4c26ad84e6
138 changed files with 5837 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700 dark:text-gray-300']) }}>
{{ $value ?? $slot }}
</label>