Top Nav Mega Menu @astryx-svelte/core v0.3.0 · TopNav
Usage
Navigation item that displays a full-width mega menu panel on hover. Uses a slots API with items and featured props. TopNavMegaMenuItem renders itself in both desktop and mobile drawer modes. Supports inline collapsible drawer via render mode context.tsimport { TopNav } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.TopNavMegaMenu — Basic
A mega menu trigger inside a TopNav that opens a panel of rich link items. Use when a navigation section has multiple destinations worth describing.