customizable-dropdown-react
v1.2.11
Published
Light weight, fully customizable react component for dropdown
Maintainers
Readme
import Dropdown "customizable-dropdown-react";
<Dropdown
list="list of the items for the drop"
callback={this.callback_func}
/>