monachilada/craft-svgicons
Composer 安装命令:
composer require monachilada/craft-svgicons
包简介
Craft CMS Twig extension to include SVGs from the Feather and Zondicons SVG icon libraries directly in your templates.
README 文档
README
Craft CMS Twig extension to include SVGs from the Feather and Zondicons SVG icon libraries directly in your templates.
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require monachilada/craft-svgicons -
In the Control Panel, go to Settings → Plugins and click the “Install” button for SVG Icons.
Using SVG Icons
Filter style: 'icon-name'|feather (or |zondicons) as well as function style: svgIcon('zondicons', 'icon-name') will work.
For example 'cpu'|feather would result in the following:
While svgIcon('zondicons', 'announcement') would result in:
See Feather and Zondicons to browse icons and for documentation on the keys to reference them.
SVG Icons Roadmap
Some things to do, and ideas for potential features:
- Add more icon sets as requested
Brought to you by Mike Pierce
统计信息
- 总下载量: 2.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-31