Navigation Menu
A collection of links for navigating websites.
// src/components/ui/navigation-menu.tsx — a nav bar with dropdown content panels (data-ui="toggle-pop").
Installation
$ bext ui add navigation-menu
Copy and paste the following into src/components/ui/navigation-menu.tsx.
// src/components/ui/navigation-menu.tsx — a nav bar with dropdown content panels (data-ui="toggle-pop").
This component is interactive — make sure the shared island is loaded (see Islands). It reacts to data-ui="navigation-menu" hooks.
On This Page