An open API service indexing awesome lists of open source software.

https://github.com/abdus/react-dropdown

react component for dropdown menu
https://github.com/abdus/react-dropdown

component react react-dom

Last synced: 2 months ago
JSON representation

react component for dropdown menu

Awesome Lists containing this project

README

        

# react-dropown

A React component for custom dropdown

## Usage

```js
import { DropDown } from '@thisisabdus/react-dropdown';

console.log(e.value)}
options={['React', 'Node', 'Angular', 'Express']}
color='#fff'
backgroundColor='#141414'
ddMenuBackgroundColor='pink'
/>;
```