Open schatterjee-erwin opened 5 years ago
Maybe you need to use a different renderer? See renderUsing on this page, and check out the renderIcon()
method (around line 423) in FontIconPicker.jsx
I have the same problems when adding the fontIconPicker. In fontIconPicker, I can't see icons for fontIconPicker in react js.
Maybe you need to use a different renderer? See renderUsing on this page, and check out the
renderIcon()
method (around line 423) in FontIconPicker.jsx
Could you please let me know the more detail? I also have the problems.
I have saved the icons in a separate file and named it as iconLists.js. In the FontIconPicker I am using the icon property as:
<FontIconPicker icons={iconLists.icomoonIcons}/>
But in the drop down it shows the following:
. Am I missing any component?
Thanks