Skip to content

Instantly share code, notes, and snippets.

@pmbanugo
Created December 23, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmbanugo/e4b41917b982511f79a127a4df334bf9 to your computer and use it in GitHub Desktop.
Save pmbanugo/e4b41917b982511f79a127a4df334bf9 to your computer and use it in GitHub Desktop.
class App extends React.Component {
render() {
return (
<div className="App">
<h1>Conversational UI</h1>
<Chat placeholder={"Type here..."} width={400}></Chat>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment