1.0.3 • Published 2 years ago

expert-bot v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago