value
Description
Optional. Sets the value of a color pickerUsage
value?: string;
Example
<ColorPicker colors={['#65D3B3', '#FFC975', '#58C3FE']} value="#65D3B3" />
Related article: Setting the value
Related sample: ColorPicker
value?: string;
<ColorPicker colors={['#65D3B3', '#FFC975', '#58C3FE']} value="#65D3B3" />
Related article: Setting the value
Related sample: ColorPicker