The opened section menu from the top bar — groups of links in one or two columns, plus a preview column describing the item under the cursor and under focus alike.
IngotSideNav — it is page content, not the application frame.groups: readonly IngotMegaMenuGroup[] — The groups of links. The menu splits columns by itself: one up to seven items, two above that; a group never breaks mid-way.art: ReactNode — A schematic drawing of the section above the preview text. Decorative — an orientation anchor, not information.label: string — A translated aria-label for the menu. Without it a screen reader hears just another unnamed navigation.onLockedItemClick: (item) => void — Click on a locked item — typically opens a modal explaining what the module does and how to enable it.testId: string — An anchor for tests. It does not affect the appearance.