codewithdennis/filament-lucide-icons
最新稳定版本:v4.0.0
Composer 安装命令:
composer require codewithdennis/filament-lucide-icons
包简介
A Filament plugin that integrates Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.
README 文档
README
A Filament 4.x plugin that integrates 1800 Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.
Installation
You can install the package via composer:
composer require codewithdennis/filament-lucide-icons
Usage
use CodeWithDennis\FilamentLucideIcons\Enums\LucideIcon;
public static function configure(Schema $schema): Schema { return $schema ->components([ Forms\Components\TextInput::make('email') ->prefixIcon(LucideIcon::Mail) ->email() ->required(); ]);
final class UserResource extends Resource { protected static string|BackedEnum|null $navigationIcon = LucideIcon::UsersRound; }
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 15.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 41
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-21