Hi,
I'm new to Blazor but I'm already having struggles popping up a modal when clicking on one of the menu items (NavLink) using the @onclick method. What I'm trying to create is as follows:
My menu has 6 different items, the last item of that is "Sign Out" link. When user clicks on this link a modal should pop up in the center of the total screen(what I got so far is that it appears in sidebar?). How can I achieve this? Where do I create the modal? Whats the best approach to call this modal and make it visible? Can someone help me with this? Thanks in advance!
Niels