Semantic-UI
Semantic-UI copied to clipboard
One whole menu with dropdown
It is necessary to make the possibility of a whole (one) menu. I.e. when the menu and the dropdown menu are together, then it should be one whole menu. When we select an item from the dropdown menu, the selection from the menu should be removed. And vice versa.
<div class="ui secondary menu"> <a class="active item">Company</a> <a class="item">About</a> <div class="ui simple dropdown item"> Help <i class="dropdown icon"></i> <div class="menu"> <a class="item">Help 1</a> <a class="item">Help 2</a> </div> </div> </div>
picture https://drive.google.com/file/d/1kFPsEsFrruKhxBQ5444ES-TBjBZRhWde/view?usp=sharing
https://drive.google.com/file/d/1kFPsEsFrruKhxBQ5444ES-TBjBZRhWde/view?usp=sharing
Can I work on this issue? Waiting for a reply. Thank you.