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 Apr 9, 2024 via pnpm

react-popper 2.1.0

Official library to use Popper on React projects
Package summary
Share
1
issue
1
high severity
meta
1
1
license
61
MIT
Package created
7 Oct 2016
Version published
6 Apr 2020
Maintainers
2
Total deps
61
Direct deps
6
License
MIT

Issues

1

1 high severity issue

high
via: react@16.14.0
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
61 Packages, Including:
@babel/runtime@7.24.4
@popperjs/core@2.11.8
array-buffer-byte-length@1.0.1
available-typed-arrays@1.0.7
call-bind@1.0.7
deep-equal@2.2.3
define-data-property@1.1.4
define-properties@1.2.1
es-define-property@1.0.0
es-errors@1.3.0
es-get-iterator@1.1.3
for-each@0.3.3
function-bind@1.1.2
functions-have-names@1.2.3
get-intrinsic@1.2.4
gopd@1.0.1
has-bigints@1.0.2
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
internal-slot@1.0.7
is-arguments@1.1.1
is-array-buffer@3.0.4
is-bigint@1.0.4
is-boolean-object@1.1.2
is-callable@1.2.7
is-date-object@1.0.5
is-map@2.0.3
is-number-object@1.0.7
is-regex@1.1.4
is-set@2.0.3
is-shared-array-buffer@1.0.3
is-string@1.0.7
is-symbol@1.0.4
is-weakmap@2.0.2
is-weakset@2.0.3
isarray@2.0.5
js-tokens@4.0.0
loose-envify@1.4.0
object-assign@4.1.1
object-inspect@1.13.1
object-is@1.1.6
object-keys@1.1.1
object.assign@4.1.5
possible-typed-array-names@1.0.0
prop-types@15.8.1
react-is@16.13.1
react-popper@2.1.0
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

6
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.4256.05 kBMIT
prod
@popperjs/core2.11.8378.93 kBMIT
prod peer
deep-equal2.2.322.45 kBMIT
prod
prop-types15.8.122.12 kBMIT
prod
react16.14.059.16 kBMIT
prod peer
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.