Mobile Nav Toggle @astryx-svelte/core v0.3.0 · MobileNav
Usage
Hamburger button that opens/closes the mobile nav drawer. Reads open state from AppShell context automatically: does NOT accept isOpen or onOpenChange props. Renders nothing above the mobile breakpoint.tsimport { MobileNav } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.MobileNavToggle — Basic
A nav toggle with a custom icon and accessible label instead of the default hamburger. It opens a MobileNav drawer via the AppShell mobile context, which AppShell provides automatically.