React Next JS Icons
Here is a list of icons I use for my Reac Next JS projects. Would like to share with you if you developed your own Next Js App. To install the package library it is super simple with the npm command. With thousands of icons, you will surely love this library. To be honest I have no idea who is the owner of this GitHub repo. She/He called himself/herself by the name of kamijin-fanta.
This is as simple as
npm install react-icons --save
Issues in Installation
Recently i got this error message when trying to install via npm. The errors are
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-day-picker@8.10.1
npm error Found: react@19.0.0
npm error node_modules/react
npm error peer react@”>=16.8.0″ from @floating-ui/react-dom@2.1.2
npm error node_modules/@floating-ui/react-dom
npm error @floating-ui/react-dom@”^2.0.0″ from @radix-ui/react-popper@1.2.2
If you have seen the error message above. Just install the legacy version.
npm install react-icons –legacy-peer-deps