Simple, customizable dropdown menu utility for Astro with only vanilla JS. I personally use UI libraries like ShadCN for web applications, but Astro was mainly designed for static sites. If I say ...
I am using the Dropdown Menu inside of a Nav.svelte which is in a +layout.svelte file. When I bun run dev the page loads and displays the nav with the Dropdown Menu component as expected, however when ...