React rectangle popup menu component library
npm install react-rectangle-popup-menuReact rectangle popup menu library. Demo

``js`
class Popup {
render() {
// Content
}
}
#### Parameters for
`js`
{
width: ?number = 200,
height: ?(number | 'auto') = 'auto', // If auto it's minimized to rows size
direction: ?('top' | 'bottom' | 'left' | 'right') = 'top'
}
`js
import FontAwesome from 'react-fontawesome';
const button = (
class Popup {
render() {
}
}
`
#### Parameters for
`js`
{
// Items per row (used to generate normal width of placeholder)
rowItems: ?number = 1
}
js
class Popup {
render() {
Some text
}
}
``