Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. render() {
  2. <div className={classPanel} style={{ backgroundColor: this.props.color, cursor: 'pointer' }} onClick={() => {
  3. this.itemClick();
  4. this.props.onClickAddColor(this.state.isClicked);
  5. }}>
  6. <span className={classIcon}>+</span>
  7. </div>
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement