Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displays data-dropdown-menu like menu-icon #12561

Open
BimoSora2 opened this issue Jul 29, 2023 · 0 comments
Open

Displays data-dropdown-menu like menu-icon #12561

BimoSora2 opened this issue Jul 29, 2023 · 0 comments

Comments

@BimoSora2
Copy link

BimoSora2 commented Jul 29, 2023

I want to display a dropdown menu button like a menu-icon where we have to press the button instead of directing the cursor to exit the menu

<ul class="dropdown menu" data-dropdown-menu>
  <li>
    <a href="#">Item 1</a>
    <ul class="menu">
      <li><a href="#">Item 1A</a></li>
      <!-- ... -->
    </ul>
  </li>
  <li><a href="#">Item 2</a></li>
  <li><a href="#">Item 3</a></li>
  <li><a href="#">Item 4</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant