Skip to content

Instantly share code, notes, and snippets.

@EliyaD
EliyaD / ColorPicker.js
Created November 30, 2017 12:46
Material UI color picker using react-color
import React, { Component } from 'react' // v16.1.1
import { withStyles } from 'material-ui/styles' // v1.0.0-beta.21
import { SketchPicker } from 'react-color' // v2.13.8
import Input, { InputLabel, InputAdornment } from 'material-ui/Input'
import { FormControl } from 'material-ui/Form'
import IconButton from 'material-ui/IconButton'
const styles = theme => ({
root: {