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

[FR] Nested Menu #60

Open
r-hannuschka opened this issue Jul 14, 2019 · 0 comments
Open

[FR] Nested Menu #60

r-hannuschka opened this issue Jul 14, 2019 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@r-hannuschka
Copy link
Owner

r-hannuschka commented Jul 14, 2019

We should support nested menu structures, currently the menu could only show 1 level but most of the time we need multiple levels for more complex pages.

<ngx-responsivemenu>

<!-- define a menu group, pass uniqe id and label for that, something like this-->
<div [ngxResponsiveMenuGroup]="'tutorials'" [label]="'Tutorials'">
    <div ngxResponsiveMenuItem><span><a href="{{docUrl}}" target="blank">Tut 2</a></span></div>
    <div ngxResponsiveMenuItem><span><a href="{{docUrl}}" target="blank">Tut 3</a></span></div>
    <div ngxResponsiveMenuItem><span><a href="{{docUrl}}" target="blank">Tut 4</a></span></div>
</div>
</ngx-responsivemenu>

if we define a menu group, this will create his own menu entry in top level menu, all menu items inside this group should moved automatically into overflow under Label name.

@r-hannuschka r-hannuschka added the feature New feature or request label Jul 14, 2019
@r-hannuschka r-hannuschka self-assigned this Jul 14, 2019
@r-hannuschka r-hannuschka added this to the 2.0 milestone Jul 15, 2019
@r-hannuschka r-hannuschka mentioned this issue Jul 15, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant