Skip to content

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

License

Notifications You must be signed in to change notification settings

bezhanSalleh/filament-minimal-tabs

 
 

Repository files navigation

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

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

Usage

This package does not modify the default styles for the tabs. You must opt-in to the styling changes at the component level instead.

Tabs::make()
    ->minimal()
    ->tabs([
        // ...
    ])

The ->minimal() method simply adds a class to the component which is targeted by the stylesheet.

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.1%
  • CSS 23.7%
  • JavaScript 18.2%