react-input-color icon indicating copy to clipboard operation
react-input-color copied to clipboard

feat: added recommendedColors prop

Open gmonte opened this issue 1 year ago • 0 comments

Added an option that can select a recommended color.

<InputColor
  initialValue={initial}
  onChange={handleChange}
  recommendedColors={['#000', '#babaca', '#3a1596', '#5e72e4', '#Fa2c4a', '#b24acf']}
/>

image

gmonte avatar Feb 05 '23 21:02 gmonte