my-chatbot-testng
v0.3.1
Published
A react library for chatbot .
Readme
Introduction
A react library for chatbot .
Installation
npm install my-chatbot-testng
Usage
React
import {ChatComponent} from 'my-chatbot-testng'
function App() {
return (
<>
<ChatComponent />
</>
);
}
export default App;