Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 7, 2024 via pnpm

react-popper 0.10.2

React wrapper around PopperJS.
Package summary
Share
3
issues
3
high severity
meta
3
1
license
10
MIT
Package created
7 Oct 2016
Version published
1 May 2018
Maintainers
2
Total deps
10
Direct deps
4
License
MIT

Issues

3

3 high severity issues

high
via: popper.js@1.16.1
via: react-dom@16.14.0
via: react-dom@16.14.0 & others
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
10 Packages, Including:
js-tokens@4.0.0
loose-envify@1.4.0
object-assign@4.1.1
popper.js@1.16.1
prop-types@15.8.1
react-dom@16.14.0
react-is@16.13.1
react-popper@0.10.2
react@16.14.0
scheduler@0.19.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

4
All Dependencies CSV
β“˜ This is a list of react-popper 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
popper.js1.16.1469.77 kBMIT
prod
1
prop-types15.8.122.12 kBMIT
prod
react-dom16.14.0722.53 kBMIT
prod peer
2
react16.14.059.16 kBMIT
prod peer
1

Visualizations

Frequently Asked Questions

What does react-popper do?

React-Popper is a wrapper for the Popper.js library specifically designed for React projects. Popper is not a tooltip library, but a positioning engine that developers can use to build features such as tooltips. This wrapper is perfect for those looking to position or align certain elements on a webpage in response to other elements, commonly used for creating pop-ups, drop-down menus, and more sophisticated positioning use-cases.

How do you use react-popper?

To use react-popper, you need to install it and its core dependency in your project using a package manager like npm or Yarn. Here's how you can do it:

Using npm:

npm i react-popper @popperjs/core

Or using Yarn:

yarn add react-popper @popperjs/core

React-Popper can also be included in your project using a script tag:

<script src="https://unpkg.com/react-popper/dist/index.umd.js"></script>

After the installation, you can simply import react-popper into your component file and use it as required.

Where are the react-popper docs?

The full documentation for React-Popper is available on the official Popper website at http://popper.js.org/react-popper. The comprehensive documentation guides you through all the functionalities and use-cases of React-Popper, providing you with everything you need to know about this powerful positioning engine. Whether you are just starting out or looking for advanced features, the documentation has got you covered.