Tab View
Composite tab control that owns both the tab strip and the active panel content.
Use it when a page needs to hide large sections behind tabs rather than stacking them vertically.
Built on top of VerapathTabs, coordinated via a cascading TabViewContext.
Basic
Each VerapathTabPanel declares a Value and Label;
the view cascades down a context so only the active panel's content renders.
Overview
Key indicators, quick metrics, and status tiles live here.
Active panel: overview
Segmented Variant
Pass Variant="VerapathTabsVariant.SegmentedControl" for a tighter, pill-style switcher.
Useful above charts, filter strips, or scoped sub-views.
Real-time events streaming from the last five minutes.
Dark Surface
Drop the view inside a dark shell and set Theme="dark". The tab strip and
the panel chrome both honour the data-theme cascade.
Summary
Dark-surface example. The panel content inherits the dark theme from the parent.
Keep-alive Panels
Set KeepAlive="true" when tabs host forms you do not want to remount every time
the user switches tabs. Hidden panels stay in the DOM (hidden attribute) so
input values, focus, and scroll position survive.
Name: ยท Motto: