Newer
Older
FirstLaravel / resources / views / components / text-input.blade.php
@motoki miura motoki miura on 18 Nov 184 bytes first commit
@props(['disabled' => false])

<input @disabled($disabled) {{ $attributes->merge(['class' => 'border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm']) }}>