React popover component
npm install react-popover-componentLightweight react popover component. Can accept any children and render it directly. It will also follow window resize event and reposition itself.
``bash`
yarn add react-popover-component
npm install react-popover-component --save
`js
var Popover = require('react-popover-component');
require('react-popover-component/dist/styles.css');
TBD
TBD
Copyright (c) 2017 Viacheslav Kysil. MIT License.