kartik-v / yii2-icons

Set of icon frameworks for easy use in Yii Framework 2.0
http://demos.krajee.com/icons
Other
71 stars 29 forks source link

glyphicons support #3

Closed FDiskas closed 10 years ago

FDiskas commented 10 years ago

Please add an glyphicons to the framework list.

kartik-v commented 10 years ago

Assuming you have bootstrap css loaded -- you can use my yii2-helpers extension for generating all bootstrap markup including glyphicons this way.

use kartik\helpers\Html;
echo Html::icon('briefcase')

Glyphicons without bootstrap is not fully free - hence not included in the Icon class framework yet.

kartik-v commented 10 years ago

2 new icon frameworks added:

  1. Krajee's Uni Icons - Unicode Symbols made available as CSS. Refer demo here.
  2. Bootstrap Glyphicons added to the list of frameworks.

Check the updated extension demo.