![]() |
VOOZH | about |
Semantic UI open-source framework gives icons or glyphs that are used to show pictures related to some elements using CSS and jQuery that is used to create great user interfaces. It is a development framework used to create beautiful and responsive layouts.
Semantic UI Menu is a group of elements that displays different navigation actions. We can navigate to different pages of the website. A menu can be a combination of links, a search bar and dropdowns.
Semantic UI Menu Dropdown Item Content is used to place the dropdown item inside the menu. We can place a dropdown to group similar links under one link using the dropdown to make the menu compact.
Semantic UI Menu Dropdown Item Content Classes:
Syntax:
<div class="ui menu"> ... <div class="ui dropdown item"> ... </div> </div>
Example: In the following example, we have a dropdown item inside the menu.
Output:
Reference: https://semantic-ui.com/collections/menu.html#dropdown-item