njxqlus / filament-progressbar
This Filament component shows a progress bar at the top of the page when we navigate from one page to another
Fund package maintenance!
njxqlus
Installs: 33 490
Dependents: 1
Suggesters: 0
Security: 0
Stars: 19
Watchers: 2
Forks: 2
Open Issues: 1
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0|^11.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
This Filament component shows a progress bar at the top of the page when we navigate from one page to another
Installation
You can install the package via composer:
composer require njxqlus/filament-progressbar
Usage
Just add a ->plugin(FilamentProgressbarPlugin::make())
to a PanelProvider:
namespace App\Providers\Filament; use Njxqlus\FilamentProgressbar\FilamentProgressbarPlugin; class AdminPanelProvider extends PanelProvider { public function panel(Panel $panel): Panel { return $panel ->plugin(FilamentProgressbarPlugin::make()->color('#29b'));
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Mikael Ahabalyants
- Arthur Minasyan
License
The MIT License (MIT). Please see License File for more information.