automad / bootstrap-icons
This package let's you easily embed Bootstrap icons within your Automad templates
Fund package maintenance!
marcantondahmen
Ko Fi
paypal.me/marcantondahmen
Installs: 2 611
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:automad-package
Requires
- automad/package-installer: ^1.1 || dev-master
This package is auto-updated.
Last update: 2024-12-24 19:27:35 UTC
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: