0.2.4 • Published 9 years ago
reactable-popover v0.2.4
#Popover
This is a simple popover component that gives you an easy to use, and flexible popover menu.
##Install
$ npm install --save reactable-popover
##Usage
<Popover
className="my-class" // Optional: A class name to be added to the popover
toggleButton={<button>Foo</button>} // Required: The element that will toggle the popover. Does not have to be a button.
position="top" // Optional:
leftOffset={10}
topOffset={10}
horizontalJustify="right">
<ul>
<li>Menu Item One</li>
<li>Menu Item Two</li>
</ul>
</Popover>
The content inside the popover component will be rendered as is. You can use it for menus, forms, or just for informational purposes.
##Options
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.0
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago