Skip to content

Instantly share code, notes, and snippets.

@LunaticMuch
Created December 22, 2023 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LunaticMuch/5cd83e8ff1fb15ec4b4a70ee073e0f29 to your computer and use it in GitHub Desktop.
Save LunaticMuch/5cd83e8ff1fb15ec4b4a70ee073e0f29 to your computer and use it in GitHub Desktop.
Sidebar nested model
[
{
label: 'page 1',
slug: 'page-1'
},
{
label: 'page 2',
slug: 'page-2'
},
{
label: 'group 1',
children: [
{
label: "group 1-2",
children: [
{
label: 'sub1-2-1',
slug: 'sub1-2-1'
}, {
label: 'sub1-2-2',
slug: 'sub1-2-2'
}
]
},
{
label: 'sub1-2',
slug: 'sub1-2'
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment