0.1.4 • Published 6 years ago

@gdn/react-dropdown v0.1.4

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

Guidion React Dropdown Component

Install

$ npm install @gdn/react-dropdown --save

Usage

import { DropdownList, DropdownLisItem } from '@gdn/react-dropdown';

Note

These are only styled components. Opening and closing of the dropdown still needs te be done in the parent component.