Guest User

Untitled

a guest
Jul 17th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import React, { Component } from 'react';
  2.  
  3. export default class Child extends Component {
  4. render() {
  5. return (
  6. <div onClick={ this.props.clickFunction }>I am a child</div>
  7. )
  8. }
  9. }
Add Comment
Please, Sign In to add comment