BPT

Button

The BptButton component renders a versatile button with three visual variants (Filled, Outlined, Soft), optional icon placement, text styling, and an animated gradient border effect. Supports Button, TextOnly, and HttpLink rendering modes.

Button Parameters
Current Configuration
📋 [+]
<BptButton Text="Click Me"
           ButtonBaseColor="#0d6efd"
           ButtonFontColor="#ffffff"
           OnClick="HandleClick" />

@code {
    private void HandleClick()
    {
        // Handle button click
    }
}
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.