You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabs won't duplicate when navigating to the same page
Use XTabs classes to further customize the look
Keep tabs state when switching between tabs
Bind to events: Selected / Changed / Removed
v1.2.0
Setup wizard like tabs with events: Previous / Next and customizable previous/next buttons
Possibility to set the active tab to Loading
v1.3.0
Able to drag & drop tabs
v1.4.0
Able to replace the standard RouteView component with a XTabsRouteView component that automatically renders the pages as tabs
v1.5.0
When CloseTabs is enabled. Able to close all tabs and configure a threshold to display the close all tabs button.
When CloseTabs is enabled. Able to use mouse middle button click to close the tab.
When CloseTabs is enabled. Able to limit closeable tabs to 1.
v1.6.0
Fixed RenderMode.Partial duplicating tabs
Introduced XTabsAuthorizeRouteView to allow tabs integration with Authentication
v1.7.0
NET6 Support
v1.8.0
NET7 Support
v1.9.0
Introduced NavigationMode, this is a XTabsRouteView only setting.
NavigationMode.Standard : This is the default and XTabs will work as it always did. Clicking a Page Tab will set it as active.
NavigationMode.Navigable : This new setting will make it so that whenever a Page Tab is set to active, it additionally triggers navigation. This is usefull to sync the browser url to the currently active Page Tab.