Blazor Tabs Example - Nested Tab Implementation
This sample demonstrates how to nest one tab with in another tab.
In this demo, city names are rendered as nested tab item inside the ContentTemplate
of country TabItem.
The Blazor Tabs
allows you to render the nested level of tabs by using the ContentTemplate
property. To render the nested tabs, define the nested tab elements within the ContentTemplate
property of the parent tab.
More information about Blazor Tabs can be found in this documentation section.