Regarding dropdown component. ⏬ I continued the research and came up with the following interaction pattern.  The initial research was based on Microsoft guidelines of using ellipsis in 2nd level menu commands, which denotes another level of actions. _Design_ https://projects.invisionapp.com/d/main#/console/13207299/276312130/preview _Ref_ https://msdn.microsoft.com/en-us/library/windows/desktop/dn742402(v=vs.85).aspx Recently I saw another implementation of Google in GSuite with the following structure firstLevel menu / 2nd levelMenu / containerPopup  @codegaze @mikegianno @nbasili ^^
Regarding dropdown component. ⏬

I continued the research and came up with the following interaction pattern.
The initial research was based on Microsoft guidelines of using ellipsis in 2nd level menu commands, which denotes another level of actions.
Design
https://projects.invisionapp.com/d/main#/console/13207299/276312130/preview
Ref
https://msdn.microsoft.com/en-us/library/windows/desktop/dn742402(v=vs.85).aspx
Recently I saw another implementation of Google in GSuite with the following structure

firstLevel menu / 2nd levelMenu / containerPopup
@codegaze @mikegianno @nbasili ^^