I am new to Reactjs and I would like to use this kind of dropdown in my app. There is mentioned as:-
npm i @bit/primefaces.primereact.dropdown . When I do so I get following error:-
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@bit%2fprimefaces.primereact.dropdown - Not found npm ERR! 404 npm ERR! 404 '@bit/primefaces.primereact.dropdown@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
How do I install it and us this in my app?