Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. +----------+
  2. | Top Comp | state: { text: "" }
  3. +----------+
  4. |
  5. | +--------------+
  6. +---------| Display Comp | <label>{ this.state.text }</label>
  7. | +--------------+
  8. |
  9. +----------+
  10. | Button | onClick() => this.setState({ text: "Your text"))
  11. +----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement