Official library to use Popper on React projects
npm install @adamvx/react-popper





React wrapper around Popper.
---
This library wraps @popperjs/core, not @floating-ui/dom.
To use the new Floating UI package with React, instead visit https://floating-ui.com/docs/react-dom.
---
Via package managers:
``bashWith npm
npm i react-popper @popperjs/core
Note:
@popperjs/core must be installed in your project in order for
react-popper to work.Via
script tag (UMD library exposed as ReactPopper):`html
`Documentation
The full documentation can be found on the official Popper website:
http://popper.js.org/react-popper
Running Locally
#### clone repo
git clone git@github.com:popperjs/react-popper.git#### move into folder
cd ~/react-popper#### install dependencies
npm install or yarn#### run dev mode
npm run demo:dev or yarn demo:dev#### open your browser and visit:
http://localhost:1234/`