Skip to content

Side navigation usage guidelines

The side nav component enables persistent navigation within your application.

  • For applications with multiple sections or pages that need persistent navigation.
  • For complex applications with hierarchical navigation structure.
  • For temporary or contextual navigation.
  • When screen real estate is extremely limited and every pixel counts.

Side nav provides a simple list of navigation items with icons and labels. It automatically handles responsive behavior, collapsing to an overlay on smaller screens.

Group related navigation items using sections to create a hierarchical structure. This helps users understand the organization of your application and find related functionality more easily.

  • Group related items into sections.
  • Use clear, concise labels that describe the destination.
  • Use consistent icon styles throughout your navigation.
  • Choose icons that clearly represent their destination.
  • Always indicate the current page.
  • Consider persisting the expanded state for better user experience.