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

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

A React dropdown menu with a fancy menu arrow and no dependencies
https://github.com/tableflip/react-dropdown

Last synced: about 1 year ago
JSON representation

A React dropdown menu with a fancy menu arrow and no dependencies

Awesome Lists containing this project

README

          

# React Dropdown - TABLEFLIP EDITION

A simple React dropdown menu with a fancy arrow and no dependencies

```
npm i @tableflip/react-dropdown
```

## Example

```jsx
import React from 'react'
import {Dropdown, DropdownMenu} from '@tableflip/react-dropdown'

export function FileMenu ({open, toggleOpen}) {
return (


Add to IPFS



Add File
Add Folder
Add Folder



)
}
```