Closed Antonio80negro closed 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'], ]);
There are no glyphicons in bs4...
glyphicons
As @simialbi said, there are no glyphicons in Bootstrap 4.
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'], ]);