react-fonticonpicker
react-fonticonpicker copied to clipboard
React FontIconPicker Component to pick icon or SVG from a selection.
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
codeSandBox: [https://codesandbox.io/s/icon-picker-cfldkf?file=/src/App.js](url) code: `import FontIconPicker from "@fonticonpicker/react-fonticonpicker"; import "@fonticonpicker/react-fonticonpicker/dist/fonticonpicker.base-theme.react.css"; import "@fonticonpicker/react-fonticonpicker/dist/fonticonpicker.material-theme.react.css"; import React, { useRef, useState } from "react"; const IconPicker = () => { const [icon, setIcon] = useState();...
Can we use this library with MUI Icons?
Any thoughts of upgrading `react-fonticonpicker` to the latest-n-greatest of React and all this NPM's dependencies?
Hi, I have found an issue today working with the React Icon Picker component.  I had to overwrite the "absolute" position on one of the classes of the...
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: `` But in the drop down...
Looks like the button to open the picker has the fipicon-angle-down hard-coded? I'm using font awesome v4, is there a way to customize this as the icon doesn't show up...
We're experiencing an issue with 1.2.0 where opening the font icon picker box in certain positions (particularly on Chromium-based browsers and mobile browsers) will cause the scrolling to be hijacked...
First i would like to thank you for your effort creating this package. We have the issue that the icon picker modal closes automatically when you switch vom the 2nd...