This Filament component shows a progress bar at the top of the page when we navigate from one page to another
njxqlus/filament-progressbar is a Laravel package for this filament component shows a progress bar at the top of the page when we navigate from one page to another.
It currently has 26 GitHub stars and 104.464 downloads on Packagist (latest version 2.0.0).
Install it with composer require njxqlus/filament-progressbar.
Discover more Laravel packages by njxqlus
or browse all Laravel packages to compare alternatives.
Last updated
This Filament component shows a progress bar at the top of the page when we navigate from one page to another
You can install the package via composer:
composer require njxqlus/filament-progressbar
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'));
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.