Buttons Bootstrap 3 icons
Buttons Bootstrap 3 icons
grek
Posts: 10Questions: 2Answers: 0
How i can add icon to boostrap 3 buttons ?
'class_name'=> 'icon-pencil7', - change a not add <span>
if i add
'text' => '<i class="icon-pencil7">Compose</i>',
i see this as a code
This discussion has been closed.
Answers
Here is an example of what I use:
Kevin