botlin-library
v1.5.5
Published
helps to install and use the chat bot
Readme
botlin-library
helps to install and use the chat bot
Install
npm install --save botlin-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'botlin-library'
import 'botlin-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © [ansuha v](https://github.com/ansuha v)
