IsabyteColorSelector
API reference for IsabyteColorSelector — parameters, event callbacks, and related configuration.
IsabyteColorSelector
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
IsabyteAppState | IsabyteRootComponentBase | CascadingNullable | — |
CultureState | IsabyteCultureState | CascadingNullable | — |
Enabled | bool | — | |
Value | string | — | |
ShowHueSlider | bool | — | |
ShowSaturation | bool | — | |
ShowLightness | bool | — | |
ShowAlpha | bool | — | |
ShowHexInput | bool | — | |
ShowColorInputs | bool | — | |
ShowEyeDropper | bool | — | |
ShowPalette | bool | — | |
PaletteColors | IReadOnlyList<string> | Nullable | — |
Disabled | bool | — | |
CssClass | string | — | |
Size | IsabyteComponentSize | — | |
ChildContent | RenderFragment | Nullable | — |
TriggerCssClass | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<string> | — | |
OnColorSelected | EventCallback<string> | — |