Skip to main content

MobileSidebar

Home > @backstage/core-components > MobileSidebar

A navigation component for mobile screens, which sticks to the bottom.

Signature:

MobileSidebar: (props: MobileSidebarProps) => React.JSX.Element | null

Remarks

It alternates the normal sidebar by grouping the SidebarItems based on provided SidebarGroups either rendering them as a link or an overlay menu. If no SidebarGroups are provided the sidebar content is wrapped in an default overlay menu.