New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-popover-component

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-popover-component

React popover component

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Lightweight react popover component. Can accept any children and render it directly. It will also follow window resize event and reposition itself.

Installation

yarn add react-popover-component
npm install react-popover-component --save

Usage

var Popover = require('react-popover-component');
require('react-popover-component/dist/styles.css');

<Popover
  target={(<div>Click me!</div>)}
>
  Lorem ipsum dolor sit amet.
</Popover>

Demo

TBD

API

TBD

License

Copyright (c) 2017 Viacheslav Kysil. MIT License.

Keywords

react

FAQs

Package last updated on 01 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts