1.0.3 • Published 3 years ago
expert-bot v1.0.3
expert-bot
expert-bot provides an easy way to get started building chatbots.
Install
npm install --save expert-bot
what you should see
Usage
import React, { Component } from 'react'
import {ExpertBot} from 'expert-bot'
import 'expert-bot/dist/index.css'
class Example extends Component {
render() {
return <ExpertBot />
}
}
License
MIT © MhamedEl-shahawy