You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have the opportunity to add an icon to a <b:label>. Either as an optional attribute icon or iconAwesome or by using <b:icon> and <b:iconAwesome> inside the <b:label> tag to precede a label text with an icon (FontAwesome or Glyphicon), so that as an result you get something like this:
Would be nice to have the opportunity to add an icon to a
<b:label>
. Either as an optional attributeicon
oriconAwesome
or by using<b:icon>
and<b:iconAwesome>
inside the<b:label>
tag to precede a label text with an icon (FontAwesome or Glyphicon), so that as an result you get something like this:<span class="label label-success"><i class="fa fa-fw fa-angle-double-right" aria-hidden="true"/> Weitere:</span>
Edit: Same would also be nice for the
<b:accordion>
at<b:panel>
level. Optional attributesicon
andiconAwesome
would probably be most intuitiv here.The text was updated successfully, but these errors were encountered: