--- id: create-parent title: Parent Component --- To make a custom color picker, create a top-level component that will act as the bridge with the `CustomPicker` high order component. Wrap the export with the CustomPicker function: ``` import React from 'react'; import { CustomPicker } from 'react-color'; class MyColorPicker extends React.Component { render() { return