Hello! I want to create a Blazor WebAssembly application with the following program structure: When clicking on menu items, I'd like tabs to be generated with the displayed Page Name and a close button in the tab header, and the page content displayed in the tab body. How should I structure this?
- Menu
- Tab header - Display of the clicked Page Name and a close button
- Tab body - Display of Page Content