BPT

Color Selector

The BptColorSelector component provides an HSL-based color picker with hue, saturation, and lightness sliders, an optional alpha channel, preset color palette, hex input, and multiple trigger sizes.

Color Selector Parameters
Hex: #0d6efd
#0d6efd
Current Configuration
📋 [+]
<BptColorSelector @bind-Value="color"
                  Size="BptComponentSize.Medium"
                  OnColorSelected="HandleColorSelected" />

@code {
    private string color = "#0d6efd";

    private void HandleColorSelected(string newColor)
    {
        Console.WriteLine($"Color selected: {newColor}");
    }
}
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.