sparksuite / react-accessible-dropdown-menu-hook

A simple Hook for creating fully accessible dropdown menus in React
http://sparksuite.github.io/react-accessible-dropdown-menu-hook
MIT License
112 stars 26 forks source link

Update doc so it describes the new generic typing #291

Closed caryaharper closed 3 years ago

caryaharper commented 3 years ago

useDropdownMenu in the proposed change uses a generic type to allow the use of any HTML element as the “button” so these doc changes will both show the new way to call the hook as well as giving an extra example of a div being used.