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
Parameters
Parameter |
Type |
Description |
---|---|---|
props |
React.JSX.Element | null
Remarks
It alternates the normal sidebar by grouping the SidebarItems
based on provided SidebarGroup
s either rendering them as a link or an overlay menu. If no SidebarGroup
s are provided the sidebar content is wrapped in an default overlay menu.