6 lines
333 B
PHP
6 lines
333 B
PHP
@props(['disabled' => false])
|
|
<input
|
|
{{ $disabled ? 'disabled' : '' }}
|
|
{!! $attributes->merge(['class' => 'block w-full px-3 py-2.5 bg-s2 border border-white/[.06] rounded-lg text-sm text-t1 placeholder-t3 focus:outline-none focus:ring-1 focus:ring-blue/50 focus:border-blue/50 transition-colors disabled:opacity-50']) !!}
|
|
>
|