9 lines
393 B
PHP
9 lines
393 B
PHP
@props(['disabled' => false])
|
|
|
|
<input
|
|
@disabled($disabled)
|
|
{{ $attributes->merge([
|
|
'class' => 'w-full px-3.5 py-2.5 bg-white border border-border-subtle rounded-lg text-sm text-text-primary placeholder-text-muted focus:outline-none focus:ring-2 focus:ring-accent focus:border-transparent transition-all duration-150 disabled:opacity-50 disabled:cursor-not-allowed'
|
|
]) }}
|
|
>
|