@props([
'label',
'name',
'type' => 'text',
'value' => '',
'placeholder' => null,
'autocomplete' => null,
'required' => false,
'autofocus' => false,
'hint' => null,
])
merge([
'class' => 'h-12 w-full rounded-2xl border border-slate-200 bg-white px-4 py-3 text-base text-slate-900 shadow-theme-xs placeholder:text-slate-400 focus:border-brand-300 focus:outline-none focus:ring-4 focus:ring-brand-500/10',
]) }}
/>
@if ($hint)
{{ $hint }}
@endif