This example demonstrates tabs with loading states. Some tabs load their content asynchronously when first accessed.
Loading Behavior
Tabs with an OnLoad
callback will show their LoadingPanel
content
until the loading operation completes.
One-Time Loading
The OnLoad
callback is only executed once per tab, on first activation.
Subsequent visits to the tab will show the loaded content immediately.
Loading States
- Instant Tab: No loading, content immediately available
- Quick Load: 1 second loading simulation
- Slow Load: 3 second loading simulation
Current Active Tab
instant