fontIconPicker / react-fonticonpicker

React FontIconPicker Component to pick icon or SVG from a selection.
https://fonticonpicker.github.io/react-fonticonpicker/
MIT License
31 stars 33 forks source link

Icons not displaying on dropdown #11

Open schatterjee-erwin opened 5 years ago

schatterjee-erwin commented 5 years ago

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:

icon dropdown. Am I missing any component?

Thanks

gregfenton commented 4 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

gezhe-wu commented 3 years ago

I have the same problems when adding the fontIconPicker. In fontIconPicker, I can't see icons for fontIconPicker in react js.

gezhe-wu commented 3 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

Could you please let me know the more detail? I also have the problems.