React Color

React Color is a library of colour pickers for Reacrt. The website for it can be found here.

Below are components which are used within the dashboard. Please note that some components may take props which are unlisted here; the props listed here are merely the ones used in the dashboard.

Table of contents

  1. SketchPicker

SketchPicker

SketchPicker is a component from Sketch that allows the user to pick colours directly on the webpage.

Props Used:

  • *color: A string or object; the hex number of the colour.
  • onChangeComplete: A function; handles when a user clicks a different colour in the colour picker.