couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 126 forks source link

Add menuId prop to allow passing of ID to dropdown menu #375

Closed kennethnym closed 2 years ago

kennethnym commented 2 years ago

Added a new menuId prop to <Dropdown>. Dropdown will pass the ID to the underlying <div class="dropdown-menu">. This allows users to access the menu through the ID. By default, the ID is "dropdown-menu".

Closes #373

Cc @couds @smeknamn

kennethnym commented 2 years ago

Will do.