react-lightweight-dropdown
v1.0.0
Published
A simple, lightweight dropdown for reactjs.
Downloads
2
Readme
React-Dropdown
This is a ReactJs module for creating dropdowns.
Example
let button = <button> Click me to expand! </button>;
return (<Dropdown filterButton={button} id="myDropdown">
<p>children to show when expanded</p>
</Dropdown>)