Loader Example

Tab List

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

Loading Log

Instant Content

This tab loads instantly without any loading state since it has no OnLoad callback.

Ready immediately! No loading required.

Tab Events

This example demonstrates the OnShow, OnHide, and OnLoad events.

An unhandled error has occurred. Reload 🗙