@page "/example-tab-set"

Greetings from the first tab!

Hello from the second tab!

@if (showThirdTab) {

Welcome to the disappearing third tab!

Toggle this tab from the first tab.

}
@code { private bool showThirdTab; }