coringawc / filament-input-loading
Input with loading spinner option
Package info
github.com/CoringaWc/filament-input-loading
Language:Blade
pkg:composer/coringawc/filament-input-loading
Fund package maintenance!
v0.0.1
2022-11-21 01:04 UTC
Requires
- php: ^8.0
- filament/forms: ^2.9
- spatie/laravel-package-tools: ^1.10
This package is auto-updated.
Last update: 2026-02-21 08:14:20 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.
