Replies: 1 comment 2 replies
-
Hi @kla-ko! You are right, I didn't notice that. I will update the library and eventually will add the option to supply the icon as a string. Im this way a valid HTML tag can be used and the library will run sanitization internally for the supplied string. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I want to use google icon fonts to add icons to menu items. The samples in this repo are showing how to use Font Awesome, which results in html like
<i class="fa fa-face"></i>
.It seems that google font icons have to be translated differently, like
<i class="material-icons">face</i>
.Is it possible to achieve this, or is there another way to use google icons?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions