astro-navbar
astro-navbar copied to clipboard
Astro-Navbar is a fully responsive headless navigation bar for Astro. It supports mobile responsive toggle and dropdowns.
It appears as though the navbar is not an "island", resulting in the menu buttons having a shared state. Having two navs in two separate components on the same page,...
Propose fix for #20, enable the possibility to have multiple navbars on a page NOTE: MAJOR breaking change: CloseOnClick is now on MenuIcon NOTE2: Code formatting is wrong, would be...
Hey 👋 I'm encountering an issue when using `astro-navbar` in the same project that has `starlight`. My project has: - A landing page with astro-navbar - Docs section with starlight...
Hello 👋 Thanks for this great project! The built-in Astro Accessibility Audit (Dev Toolbar) complains about the `` navbar component with the following message: ``` menu element has ARIA attributes...