summonshr / filamentphp-unroundify
A filamentphp package to nullify roundness in default filamentphp ui.
0.0.2
2024-01-25 05:04 UTC
Requires
- php: ^8.1
- filament/filament: ^3.0
README
This package provides a solution to nullify round corners in filamentphp. It allows you to easily remove round corners from your filamentphp projects.
To get started, you can install the package via composer by running the following command:
Installation
You can install the package via composer:
composer require summonshr/filamentphp-unroundify
Usage
$panel ->plugins([ new UnroundifyPlugin(excludes: ['fi-avatar'], includes: ['fi-another-class', 'fi-circular']), ]);
Yep, just this much.
Now your filamentphp projects stands out with smooth corners! 💫
Credits
License
The MIT License (MIT). Please see License File for more information.