Input Color
RzInputColor is the turnkey color input component built from RzColorPickerProvider, RzColorPickerTrigger, and RzColorSwatch.
Source
<RzInputColor For="@(() => _model.BrandColor)"
Value="@_model.BrandColor"
Swatches="@_swatches"
CloseButton
ClearButton />