Blazor Splitter Example - Accordion Navigation Menu
ASP.NET MVC
JavaScript
This sample demonstrates the Blazor Accordion integrated within a Splitter pane. Select a product from the left pane to display details on the right.
The Splitter is a layout component that hosts other Blazor components within its panes. Here, a navigation-style application is created by using an Accordion in the left pane to display a product menu and showing the selected product details in the right pane.