Creates a group navigation node (collapsible sidebar group).
Unique identifier for the group.
Display text for the group header.
Child navigation nodes rendered inside the group.
Optional
Optional icon and expanded state.
A NavigationNode with children.
navGroup('settings', 'Settings', [ navItem('general', 'General'), navItem('security', 'Security'),], { icon: UIIcons.Lucide.Account.Settings }) Copy
navGroup('settings', 'Settings', [ navItem('general', 'General'), navItem('security', 'Security'),], { icon: UIIcons.Lucide.Account.Settings })
Creates a group navigation node (collapsible sidebar group).