Official React library to use Popper, the positioning library
React Popper is a React wrapper around Popper.js, a library for creating tooltips and popovers. Please note that React Popper is currently in maintenance mode and is based on @popperjs/core, not @floating-ui/dom.
To install React Popper, follow these steps:
git clone git@github.com:popperjs/react-popper.git
cd ~/react-popper
npm install
or yarn
npm run demo:dev
or yarn demo:dev
http://localhost:1234/
React Popper is a React wrapper around Popper.js, a library for creating tooltips and popovers. It is important to note that React Popper is currently in maintenance mode and is based on @popperjs/core, not @floating-ui/dom. Make sure to have @popperjs/core installed in your project and refer to the official documentation for more details.