coringawc / filament-input-loading
Input with loading spinner option
Fund package maintenance!
coringawc
Installs: 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 1
Forks: 1
Open Issues: 2
Language:Blade
Requires
- php: ^8.0
- filament/forms: ^2.9
- spatie/laravel-package-tools: ^1.10
This package is auto-updated.
Last update: 2024-11-21 05:38:33 UTC
README
Filament Input Loading
Input with option of spinner loading utilizing the 'lazy()' or 'debounce()' methods
Screenshots
Installation
You can install the package via composer:
composer require coringawc/filament-input-loading
Usage
use CoringaWc\FilamentInputLoading\TextInput;
TextInput::make('input')->lazy()->...
or
TextInput::make('input')->debounce()->...
Credits
License
The MIT License (MIT). Please see License File for more information.