Support multi-level sidebar
See original GitHub issueIs your feature request related to a problem? Please describe.
yes
Describe the solution you’d like
{
"text":"level1",
"collapsible":true,
"collapsed":false,
"items":[
{
"text":"level1-1",
"collapsible":true,
"collapsed":false,
"items":[
{
"text":"level1-1-1 ",
"link":"/01.1"
},
{
"text":"level1-1-2 ",
"link":"/01.2"
}
]
},
{
"text":"level1-2",
"collapsible":true,
"collapsed":false,
"items":[
{
"text":"level1-2-1 ",
"link":"/02.1"
},
{
"text":"level1-2-2 ",
"link":"/02.2"
}
]
}
]
}
Describe alternatives you’ve considered
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn’t already an issue that asks for the same feature to avoid creating a duplicate.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Diziana Multilevel Menu Sidebar Plugin for Zendesk Help ...
Diziana Multilevel Menu plugin appears in sidebar (left or right -- fixed or floating) and displays all categories, sections, sub-sections (flexible hierarchy), ...
Read more >Responsive Multi-level Sidebar Menu With JavaScript/CSS
A responsive sidebar menu with multi-level sub-menus written in plain JavaScript and CSS. The sidebar menu is displayed in Compact mode on ...
Read more >How to make a Multi-level sidebar nav?
hello i want to create side bar menu with multilevel & collapsible menu when goes to mobile any one please help me to...
Read more >Stackable Multi-level Sidebar Menu - hc-offcanvas-nav
HC MobileNav is a jQuery plugin for creating multi-level, mobile-first, fully accessible, off-canvas side navigation that supports endless ...
Read more >react-multilevel-sidebar examples - CodeSandbox
Learn how to use react-multilevel-sidebar by viewing and forking react-multilevel-sidebar example apps on CodeSandbox.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#851 should fix this
What’s the issue?
Add some style like
.VPDocFooter { display: none; }