Open Chris221 opened 3 years ago
It would be amazing to see an option to have the subNav always open with something like this:
{ title: 'loc', itemId: '#loc', expanded: true, subNav: [ ...list.map(p => ({ title: p.title, itemId: p.url, })) ], }
It would be amazing to see an option to have the subNav always open with something like this: