Files
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

4 lines
220 B
PHP

@props(['disabled' => false])
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-theme-border focus:border-theme-accent focus:ring-1 focus:ring-theme-accent rounded-md shadow-sm']) !!}>