automad/bootstrap-icons
最新稳定版本:1.2.2
Composer 安装命令:
composer require automad/bootstrap-icons
包简介
This package let's you easily embed Bootstrap icons within your Automad templates
关键字:
README 文档
README
This package let's you easily embed Bootstrap Icons within your Automad templates.
Usage
You can embed an icon as follows:
<@ Automad/Bootstrap/Icon { icon: 'alert-circle' } @>
The dimensions and size can be changed as follows:
<@ Automad/Bootstrap/Icon {
icon: 'alert-circle',
w: '1.5em',
h: '1.5em'
} @>
Options
An icon can have the following settings:
| Parameter | Default |
|---|---|
icon |
"alert-circle" |
w |
"1em" |
h |
"1em" |
viewBox |
"0 0 16 16" |
统计信息
- 总下载量: 3.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-05
