This package provides a small stylesheet that creates a more minimal and modern design for Filament's Tabs component.
You can install the package via Composer:
composer require ryangjchandler/filament-minimal-tabsPublish the package's assets:
php artisan filament:assetsRegister the plugin with your PanelProvider:
use RyanChandler\MinimalTabs\MinimalTabsPlugin;
$panel
->plugin(MinimalTabsPlugin::make());After registering the plugin, all tabs inside of a Filament panel will have the minimal styling applied automatically. This includes form tabs, infolist tabs, relation manager tabs, and table filter tabs.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
