ryangjchandler/filament-minimal-tabs

A clean and minimal design for the Tabs component in Filament.

Fund package maintenance!
ryangjchandler

Installs: 2 085

Dependents: 0

Suggesters: 0

Security: 0

Stars: 21

Watchers: 1

Forks: 5

Open Issues: 3

Language:CSS

v2.0.0 2023-12-12 15:59 UTC

README

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

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.