ryangjchandler / filament-minimal-tabs
A clean and minimal design for the Tabs component in Filament.
Fund package maintenance!
ryangjchandler
Installs: 2 868
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 1
Forks: 5
Open Issues: 4
Language:CSS
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-08 06:54:03 UTC
README
This package provides a small stylesheet that creates a more minimal and modern design for Filament's Tabs
component.
Installation
You can install the package via Composer:
composer require ryangjchandler/filament-minimal-tabs
Publish the package's assets:
php artisan filament:assets
Register the plugin with your PanelProvider
:
use RyanChandler\MinimalTabs\MinimalTabsPlugin; $panel ->plugin(MinimalTabsPlugin::make());
Usage
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.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.