summonshr/filamentphp-unroundify

A filamentphp package to nullify roundness in default filamentphp ui.

0.0.2 2024-01-25 05:04 UTC

This package is auto-updated.

Last update: 2024-05-25 06:06:48 UTC


README

Latest Version on Packagist Total Downloads

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! 💫

image

Credits

License

The MIT License (MIT). Please see License File for more information.