Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 449 Bytes

EXAMPLES.md

File metadata and controls

16 lines (14 loc) · 449 Bytes

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