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