aeyoll/bootstrap-icons
Composer 安装命令:
composer require aeyoll/bootstrap-icons
包简介
Utility to get the markup of Bootstrap icons (https://icons.getbootstrap.com/)
README 文档
README
Utility to get the markup of Bootstrap icons (https://icons.getbootstrap.com/)
Installation
composer require aeyoll/bootstrap-icons
Usage
Get an icon markup:
use Aeyoll\BootstrapIcons\BootstrapIcons; $bi = new BootstrapIcons(); $alertIcon = $bi->getIcon('alarm');
Display an icon markup:
use Aeyoll\BootstrapIcons\BootstrapIcons; $bi = new BootstrapIcons(); $bi->displayIcon('alarm'); // Echo "<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alarm" ...
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-11