BPT

Slider

The BptSlider component provides a range slider with a customizable fill, value display, tick marks, min/max labels, and support for multiple sizes and colors.

Slider Parameters
50
0 100

Value: 50

Current Configuration
📋 [+]
<BptSlider @bind-Value="sliderValue"
           Size="BptComponentSize.Medium"
           OnValueChanged="HandleValueChanged" />

@code {
    private double sliderValue = 50;

    private void HandleValueChanged(double newValue)
    {
        Console.WriteLine($"Value changed to: {newValue}");
    }
}
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.