i'm using the following hook to handle "click away" feature to show/hide a dropdown: const useOutsideClick = (ref: NonNullable<RefObject<HTMLButtonElement
I am using the Bulma CSS framework in a Vue app. I am using the level component to display a set of items in a horizontal chain. The level is automatically stac
I've implemented a navbar using Bulma but I'm having trouble getting it to close after the user has clicked on an element inside the navbar. I have a single pag