Package Exports
- react-popper
- react-popper/lib/cjs/Popper
- react-popper/lib/cjs/Popper.js
- react-popper/lib/cjs/index.js
- react-popper/lib/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-popper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Popper
React wrapper around Popper.
important note: Popper is not a tooltip library, it's a positioning engine to be used to build features such as (but not restricted to) tooltips.
Install
Via package managers:
# With npm
npm i react-popper @popperjs/core
# With Yarn
yarn add 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
):
<script src="https://unpkg.com/react-popper/dist/index.umd.js"></script>
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/