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
I also need this, for testing purpose. I was checking a <i> element was the expected icon. Now, with this lib, I can no longer make assertions on the icon in cypress
Is it possible to add a class name, eg. "bootstrap-icon" or "bicon", to the generated svg element ?
maybe also a kebab case version of the icon name
the idea is to target the icons easily with css in order to correct alignment with text for example
<svg width="1em" height="1em" class="bicon bicon-bookmark" viewBox="0 0 16 16" fill="currentColor" role="img" focusable="false">...</svg>
The text was updated successfully, but these errors were encountered: