yiisoft / yii2-bootstrap4

Yii 2 Bootstrap 4 Extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
216 stars 106 forks source link

Update Button.php to simply use glyphicons #190

Closed Antonio80negro closed 4 years ago

Antonio80negro commented 4 years ago

After this change you can choose an icon just typing its glyphicons' name.

Example: echo Button::widget([ 'label' => 'Action', 'icon' => 'play-circle',
'options' => ['class' => 'btn-lg'], ]);

Q A
Is bugfix? no
New feature? yes
Breaks BC? no
Tests pass? ...
simialbi commented 4 years ago

There are no glyphicons in bs4...

samdark commented 4 years ago

As @simialbi said, there are no glyphicons in Bootstrap 4.