0.0.2 • Published 8 years ago

popmenu v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

popmenu

Unopinionated and unstyled popover menu component for React, based on popman. View in-browser example.

Installation

npm install popmenu

Usage

Example

const Popmenu = require('popmenu')

<Popmenu around={<div>Hello</div>}>
  Hello, i am the popover content
</Popmenu>

More examples can be found in the examples directory.

props

All props are passed to popman, check out popman's documentation on properties.

Styling

Please refer to popman's styling documentation.