A lightweight, accessible navigation and content system built using the native HTML <details> and <summary> elements. Enhances the default behavior with JavaScript for better usability, keyboard ...
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 ...