VOOZH about

URL: https://www.geeksforgeeks.org/css/semantic-ui-menu-stackable-variation/

⇱ Semantic-UI Menu Stackable Variation - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Semantic-UI Menu Stackable Variation

Last Updated : 5 Mar, 2022

Semantic UI is an open-source framework that uses CSS and jQuery to build great user interfaces. It is the same as a bootstrap for use and has great different elements to use to make your website look more amazing.

Semantic-UI Menu is used to display the grouped navigation menu. A navigation menu is used in every website to make it more user-friendly so that the navigation through the website becomes easy and the user can directly search for the topic of their interest.

Semantic-UI Menu Stackable Variation is used to display the menu items to stack menu when we set the mobile resolutions.

Semantic-UI Menu Stackable Variation Used Class:

  • stackable: This class is used to display the stackable menu on the mobile screen.

Syntax:

<div class="ui stackable menu">
 ...
</div>

Example 1: This example describes the uses of Semantic-UI Menu Stackable Variation.

Output:

👁 Image

Example 2: This example describes the uses of Semantic-UI Menu Stackable Variation.

Output:

👁 Image

Reference: https://semantic-ui.com/collections/menu.html#stackable

Comment