njxqlus/filament-progressbar

This Filament component shows a progress bar at the top of the page when we navigate from one page to another
104,059 26
Install
composer require njxqlus/filament-progressbar
Latest Version:2.0.0
PHP:^8.3
License:MIT
Last Updated:Jun 22, 2026
Links: GitHub  ·  Packagist
Maintainer: njxqlus

Filament Progress Bar Plugin

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.

Related Packages

tapp/filament-progress-bar-column

Add beautiful, color-coded progress bars to your Filament table columns. Perfect...

17,024 13
ms48/laravel-console-progress-bar

A simple console progress bar for laravel 5

26,774 6
ozankurt/modules-blog

Ready to use blog module for laravel.

84 8