coringawc/filament-input-loading

Input with loading spinner option

Fund package maintenance!
coringawc

Installs: 658

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 1

Open Issues: 2

Language:Blade

v0.0.1 2022-11-21 01:04 UTC

This package is auto-updated.

Last update: 2024-04-21 04:27:17 UTC


README

Latest Version on Packagist Semantic Release Total Downloads

Filament Input Loading

Input with option of spinner loading utilizing the 'lazy()' or 'debounce()' methods

Screenshots

Screenshot of Login Screen

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.