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
- Host: GitHub
- URL: https://github.com/abdus/react-dropdown
- Owner: abdus
- License: mit
- Created: 2019-11-27T14:05:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T09:08:00.000Z (over 5 years ago)
- Last Synced: 2025-01-30T10:15:32.014Z (4 months ago)
- Topics: component, react, react-dom
- Language: JavaScript
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
/>;
```