hypejunction/ui_icons
Composer 安装命令:
composer require hypejunction/ui_icons
包简介
Standardized icon markup
README 文档
README
Features
- Standardized icons display and markup
- Forces
largeicon to be 200x200 square - Adds
extra_largeicon with 325 with that is resizes similar to master - Allows you to choose between
square,rounded,circlecorners - Replaces default user, group and question mark icons with a scalable SVG image
Usage
Display an icon with defualt corner setting
// 'rounded' and 'circle' corners will only be displayed with tiny, small and medium icon sizes echo elgg_view_entity_icon($entity, 'small');
Force corner setting
echo elgg_view_entity_icon($entity, 'large', array( 'corners' => 'circle', ));
Replacing default icon
To replace the default icon, simply overwrite the svg view. Just place an svg icon with the same name and in the same location in your plugin.
统计信息
- 总下载量: 72
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-11-17