Blazor Splitter Example - Accordion Navigation Menu
This sample demonstrates the Blazor Accordion component integrated within the Splitter pane. Select the product from the left pane to display the corresponding product details on the right pane.
ASP.NET MVC
JavaScript
The Splitter is the layout user interface (UI) component that allows the integration of other Blazor components within its pane. In this sample, the Splitter component is used to design a navigation menu-like application using the Accordion component. The Accordion component is integrated within the left pane to display the product menu and selected product details on the right pane.