siteation/magento2-hyva-icons-bootstrap
最新稳定版本:1.0.6
Composer 安装命令:
composer require siteation/magento2-hyva-icons-bootstrap
包简介
Bootstrap icons for Hyva Themes
README 文档
README
This Magento 2 module adds the option to use Bootstrap Icons in your Hyva frontend.
This requires that you have a working Hyva frontend, this icon pack was made specifically for Hyva Themes and will not work out of the box with any other frontend.
Installation
Install the package via;
composer require siteation/magento2-hyva-icons-bootstrap bin/magento setup:upgrade
This Module requires Magento 2.4 or higher and requires Hyva! For more requirements see the
composer.json.
How to use
By default this module loads nothing.
To use this icon pack instead of the default Hyva icons, add the following to your phtml file;
<?php use Hyva\Theme\Model\ViewModelRegistry; use Siteation\HyvaIconsBootstrap\ViewModel\BootstrapIcons; /** @var ViewModelRegistry $viewModels */ /** @var BootstrapIcons $bootstrapIcons */ $bootstrapIcons = $viewModels->require(BootstrapIcons::class);
and use the Bootstrap Icons just as the HeroIcons in Hyva;
<?= $bootstrapIcons->listHtml('p-1', 24, 24, ["aria-label" => "Open menu"]) ?>
Using SVG icons in CMS content
You can now also use the SVG icons in your CMS content.
Bringing svg icon support to you CMS pages, Blocks and Widgets.
{{icon "bootstrap/list"}}
For more information on how and what see the Hyva Docs
This feature is supported since Hyva v1.1.12
Other icon packs for Hyva
- For Icons packs see https://github.com/topics/hyva-icons
If you are looking for a Luma based option checkout this icon pack instead.
Icon License
Bootstrap Icons used in this module were created by The Bootstrap Authors under a MIT License, found here
统计信息
- 总下载量: 895
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-23