A React dropdown menu with a fancy menu arrow and no dependencies
npm install @tableflip/react-dropdownA simple React dropdown menu with a fancy arrow and no dependencies
```
npm i @tableflip/react-dropdown
`jsx
import React from 'react'
import {Dropdown, DropdownMenu} from '@tableflip/react-dropdown'
export function FileMenu ({open, toggleOpen}) {
return (
)
}
``