@gpetrov/react-botui

1.0.1 • Public • Published

react-botui

Simple wrapper around botui

NPM JavaScript Style Guide

Install

npm install --save @gpetrov/react-botui

Usage

import React, { Component } from 'react'

import BotUI from 'react-botui'

class Example extends Component {
  componentDidMount() {
    const botui = new window.BotUI('botui-app')

    botui.message.bot({ delay: 200, content: 'hello' })
  }

  render() {
    return <BotUI id="botui-app" />
  }
}

License

MIT © gmpetrov

Readme

Keywords

none

Package Sidebar

Install

npm i @gpetrov/react-botui

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

1.75 MB

Total Files

12

Last publish

Collaborators

  • gpetrov