Skip to content

MhamedEl-shahawy/expert-bot

Repository files navigation

expert-bot

expert-bot provides an easy way to get started building chatbots.

NPM JavaScript Style Guide

Install

npm install --save expert-bot

what you should see

Alt Text

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

Releases

No releases published

Packages

No packages published