Como acreditar adereços de um componente funcional
const Child = (props) => { return ( <div style={{backgroundColor: props.eyeColor}} /> )}
Prickly Polecat
const Child = (props) => { return ( <div style={{backgroundColor: props.eyeColor}} /> )}