coringawc/filament-input-loading

Input with loading spinner option

Maintainers

Package info

github.com/CoringaWc/filament-input-loading

Language:Blade

pkg:composer/coringawc/filament-input-loading

Fund package maintenance!

coringawc

Statistics

Installs: 699

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 2

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

This package is auto-updated.

Last update: 2026-02-21 08:14:20 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.