placeholder
Description
Optional. Sets a text for the input placeholderUsage
placeholder?: string;
Example
<ColorPicker colors={['#65D3B3', '#FFC975', '#58C3FE']} placeholder="Select a color" />
Details
For a placeholder to be visible in the input, a color picker should be initialized without the initial value specified.
Related article: Adding a placeholder for the input
Related sample: ColorPicker