mui-color

Examples how to use

Simple display of the ColorPicker component

import { ColorPicker } from 'material-ui-color';

export const Container = () => (
  <div>
    <ColorPicker defaultValue="transparent"/>
  </div>
);

if you got any ideas for more examples. Feel free to
open an issue or submit a PR