summonshr/filamentphp-unroundify

filamentphp 包,用于消除默认 filamentphp ui 的圆角。

0.0.2 2024-01-25 05:04 UTC

This package is auto-updated.

Last update: 2024-09-25 06:52:01 UTC


README

Latest Version on Packagist Total Downloads

此包提供了一种消除 filamentphp 中圆角的解决方案。它允许您轻松地从 filamentphp 项目中移除圆角。

要开始使用,您可以通过运行以下命令通过 composer 安装此包

安装

您可以通过 composer 安装此包

composer require summonshr/filamentphp-unroundify

用法

$panel
    ->plugins([
        new UnroundifyPlugin(excludes: ['fi-avatar'], includes: ['fi-another-class', 'fi-circular']),
    ]);

是的,就这么简单。

现在,您的 filamentphp 项目具有平滑的边缘!💫

image

致谢

许可证

MIT 许可证 (MIT)。有关更多信息,请参阅许可证文件