Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via pnpm

react-popper 1.3.7

React wrapper around Popper.js
Package summary
Share
3
issues
2
high severity
meta
2
1
moderate severity
meta
1
1
license
37
MIT
Package created
7 Oct 2016
Version published
9 Dec 2019
Maintainers
2
Total deps
37
Direct deps
8
License
MIT

Issues

3

2 high severity issues

high
via: popper.js@1.16.1
via: create-react-context@0.3.0 & others
Collapse
Expand

1 moderate severity issue

moderate
via: typed-styles@0.0.7
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
37 Packages, Including:
@babel/runtime@7.24.5
call-bind@1.0.7
create-react-context@0.3.0
deep-equal@1.1.2
define-data-property@1.1.4
define-properties@1.2.1
es-define-property@1.0.0
es-errors@1.3.0
function-bind@1.1.2
functions-have-names@1.2.3
get-intrinsic@1.2.4
gopd@1.0.1
gud@1.0.0
has-property-descriptors@1.0.2
has-proto@1.0.3
has-symbols@1.0.3
has-tostringtag@1.0.2
hasown@2.0.2
is-arguments@1.1.1
is-date-object@1.0.5
is-regex@1.1.4
js-tokens@4.0.0
loose-envify@1.4.0
object-assign@4.1.1
object-is@1.1.6
object-keys@1.1.1
popper.js@1.16.1
prop-types@15.8.1
react-is@16.13.1
react-popper@1.3.7
react@16.14.0
regenerator-runtime@0.14.1
regexp.prototype.flags@1.5.2
set-function-length@1.2.2
set-function-name@2.0.2
typed-styles@0.0.7
warning@4.0.3
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

8
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
@babel/runtime7.24.5256.12 kBMIT
prod
create-react-context0.3.04.72 kBMIT
prod
1
deep-equal1.1.220.09 kBMIT
prod
popper.js1.16.1469.77 kBMIT
prod
1
prop-types15.8.122.12 kBMIT
prod peer
react16.14.059.16 kBMIT
prod peer
1
typed-styles0.0.79.28 kBMIT
prod
1
warning4.0.33.66 kBMIT
prod

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.