Created
December 23, 2019 14:00
-
-
Save pmbanugo/dee4eecba3c1f957e47e940370e44f08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Chat | |
user={this.user} | |
messages={this.state.messages} | |
onMessageSend={this.addMessage} | |
placeholder={"Type here..."} | |
width={400} | |
></Chat> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment