automad/bootstrap-icons

此包让您轻松在Automad模板中嵌入Bootstrap图标

1.2.2 2020-12-26 11:35 UTC

This package is auto-updated.

Last update: 2024-08-24 18:54:34 UTC


README

此包让您轻松在Automad模板中嵌入 Bootstrap Icons

用法

您可以如下嵌入一个图标

<@ Automad/Bootstrap/Icon { icon: 'alert-circle' } @>

尺寸和大小可以如下更改

<@ Automad/Bootstrap/Icon {
    icon: 'alert-circle',
    w: '1.5em',
    h: '1.5em'
} @>

选项

图标可以有以下设置