Bit BlazorUI
Bit's Blazor UI components are native, easy-to-customize, and work seamlessly in all Blazor modes (WASM, Server, Hybrid, pre-rendering), saving you time and making development enjoyable.
Get started<BitColorPicker ShowPreview="true" @bind-Alpha="@Alpha" @bind-Color="@ColorRgb"> Default ColorPicker </BitColorPicker>
@code { private string ColorRgb = "rgb(0,101,239)"; private double Alpha = 1; }