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 if the icons used were Glyphicons, the ones provided by Bootstrap, if there already is a dependency on Bootstrap, they would look better on retina displays.
Better yet, offer a way to customize the HTML that displays each icon for each message type. For example, if I could provide: {info: '<i class="fa fa-info"></i>'} type of config to use, in this case FontAwesome icons, then I could do that -- Or potentially a custom icon, if I provide a href image tag. etc.
The text was updated successfully, but these errors were encountered:
Would be nice if the icons used were Glyphicons, the ones provided by Bootstrap, if there already is a dependency on Bootstrap, they would look better on retina displays.
Better yet, offer a way to customize the HTML that displays each icon for each message type. For example, if I could provide:
{info: '<i class="fa fa-info"></i>'}
type of config to use, in this case FontAwesome icons, then I could do that -- Or potentially a custom icon, if I provide ahref
image tag. etc.The text was updated successfully, but these errors were encountered: