Initial commit
This commit is contained in:
3
resources/views/components/jetstream/input.blade.php
Normal file
3
resources/views/components/jetstream/input.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
@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']) !!}>
|
||||
Reference in New Issue
Block a user