BPT

Loader

The BptLoader component provides animated loading indicators with multiple display modes and shape configurations. Choose from spinning circles, pulsing rings, bouncing dots, DNA helix, and a breathing cube.

Loader Parameters
{128}px
{20}px {300}px
Current Configuration
📋 [+]
<BptLoader OnLoaderEnded="HandleLoaderEnded" />

@code {
    private bool _isLoading = true;
    private int _loaderEndedCount = 0;

    private void HandleLoaderEnded()
    {
        _loaderEndedCount++;
    }
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.