Plugins
Progress Bar
This Filament component shows a progress bar at the top of the page when we navigate from one page to another
Panel Builder
Dark theme support
No
Multi language support
No
Compatible with the latest version
Supported versions: 3.x
Documentation

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Filament Progress Bar

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

#License

The MIT License (MIT). Please see License File for more information.

Mikael Ahabalyants

Mikael is a back-end developer from New Zealand with over 10 years of extensive experience in different aspects of IT. He is using Laravel in his projects and now plunges headlong into the TALL stack.

2
Plugins
45
Stars
More from this author
Featured Plugins