Guest User

Untitled

a guest
Dec 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. const Button = props => (
  4. <div onClick={props.onActive}>
  5. Click Me
  6. </div>
  7. )
  8.  
  9. export default Button
Add Comment
Please, Sign In to add comment