react-fonticonpicker
react-fonticonpicker copied to clipboard
React FontIconPicker Component to pick icon or SVG from a selection.
Consider supporting Typescript, either directly through your own `.d.ts` files or maybe [DefinitelyTyped/DefinitelyTyped](/DefinitelyTyped/DefinitelyTyped).
When the number of icons is large, it is displayed divided into multiple pages, but the panel closes when transitioning to the first or last page. For example, When the...
We can relax version of `react-transition-group` in `peerDependencies`. I didn't find any breaking changes which block us to do it.
How can I use it with react-fontawesome? when I try I only get it buttons without an icon
in order to reproduce , open the select navigate and then close it (clicking outside ) without any selection.  BR, A
Would it be possible to have a props that let us pass a method to alter the font title for the span wrapper? Example when I using font-awesome for let's...
I have an object with many svg icons: ``` { "faAccessibleIcon": { "prefix": "fab", "iconName": "accessible-icon", "icon": [ 448, 512, [], "f368", "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8...
Could support for configuring webpack to work with fonticonpicker please be added? It is almost impossible to use this in a React app that has more going on. I have...
i think this is about server side rendering. but i can't solve this. can you guys tell me how to fixing this issue? thank you.
The source of icons and search can be a promise which resolves to a valid JSON. We can accept that to have support for async source. 1. Display a loading...