1.0.3 • Published 4 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-botwhat 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