Skip to content

Keep subNav openΒ #20

@Chris221

Description

@Chris221

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,
        }))
    ],
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions