Adding a dropdown menu that each option is a ToolBarButton. It should be built on top of [ToolBarItem](https://github.com/suda/tool-bar/blob/master/lib/items/tool-bar-item.js). We should use atom-select-list if possible. References: https://www.w3schools.com/howto/howto_js_dropdown.asp Electron References if applicable: https://github.com/electron/electron/blob/v5.0.13/docs/api/menu-item.md https://github.com/electron/electron/blob/v5.0.13/docs/api/menu.md https://livebook.manning.com/book/electron-in-action/chapter-7/1
Adding a dropdown menu that each option is a ToolBarButton.
It should be built on top of ToolBarItem.
We should use atom-select-list if possible.
References:
https://www.w3schools.com/howto/howto_js_dropdown.asp
Electron References if applicable:
https://github.com/electron/electron/blob/v5.0.13/docs/api/menu-item.md
https://github.com/electron/electron/blob/v5.0.13/docs/api/menu.md
https://livebook.manning.com/book/electron-in-action/chapter-7/1