A collapsible group of navigation items.
<ui-sidebar-group label="Settings" [icon]="UIIcons.Lucide.Account.Settings"> <ui-sidebar-item label="General" /> <ui-sidebar-item label="Security" /></ui-sidebar-group> Copy
<ui-sidebar-group label="Settings" [icon]="UIIcons.Lucide.Account.Settings"> <ui-sidebar-item label="General" /> <ui-sidebar-item label="Security" /></ui-sidebar-group>
Readonly
Whether the group is expanded. Supports two-way binding.
Optional icon SVG content from the UIIcons registry.
UIIcons
Display label for the group header.
Toggle the expanded state.
A collapsible group of navigation items.
Example