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

MetisMenu root menu items without sub menu items not working #7

Open
sandifb opened this issue Jun 11, 2020 · 1 comment
Open

MetisMenu root menu items without sub menu items not working #7

sandifb opened this issue Jun 11, 2020 · 1 comment

Comments

@sandifb
Copy link

sandifb commented Jun 11, 2020

how to activate homepage items.

<li>
      <NavLink to="/home"> Home Page </NavLink>
</li>
<li>
    <a className="has-arrow" href="#" aria-expanded="false">Master </a>
    <ul className="nav nav-second-level">
    <li>
          <NavLink to="/master/one"> One </NavLink>
   </li>
   <li>
          <NavLink to="/master/two">Two</NavLink>
   </li>
   </ul>
</li>
@onokumus
Copy link
Owner

onokumus commented Jul 3, 2020

Hi @sandifb

Would you try again using https://github.com/onokumus/metismenu-react?

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

2 participants