wirke/select-blade-icons
Composer 安装命令:
composer require wirke/select-blade-icons
包简介
An attempt at making a wrapper for Sage nad ACF composer to use Blade Icons more effectivly
README 文档
README
This is a shell around BladeIcons for Wordpress and ACF-Composer to add a selector and a safer way to implement the components.
Installation
- Install the package:
$ composer require wirke/select-blade-icons
- Install BladeIcons and any of its "Icon Packages"
Usage
- Use the Selector by using "Wirke\SelectBladeIcons\IconSelector" where you declare your Fields and add the selector with
->addFields($this->get(IconSelector::class))
- In the coresponding blade file you then add our bladeicon component
<x-blade-icons :iconName="$icon" class="w-6 h-6 text-gray-200 "/>
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-30