A mobile navigation menu that opens as a focused, full-viewport layer.
Copy the command below and run it in your terminal.
Compose the menu from a trigger, full-screen content, grouped links, and an optional close control.
Keep the menu structure close to the information architecture it represents.
Pass content to Trigger to pair the menu icon with a visible label without changing its behavior.
FullscreenNav.Root - Controls fullscreen navigation state.
FullscreenNav.Trigger - Opens fullscreen navigation.
FullscreenNav.Content - Renders navigation content.
FullscreenNav.Close - Closes fullscreen navigation.
FullscreenNav.Group - Groups navigation links.
FullscreenNav.Link - Renders a navigation link.