Closed
Description
The NavMenu in the Blazor Web App template has a toggler that uses onclick handlers, but these interactive features don't work because the NavMenu isn't interactive.
Repro steps:
- Create a new Blazor Web App
- Narrow the browser windows so that the hamburger menu button shows up
- Click on the button
Expected result: The nav menu toggles so it is visible
Actual result: The nav menu isn't shown