1.0.6 • Published 2 years ago

ml-doc-assist-bot-react v1.0.6

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

ml-doc-assist-bot-react

React library to integrate Maplelabs doc-assist bot into the given react app

NPM JavaScript Style Guide

Install

npm install --save ml-doc-assist-bot-react

Usage

import React, { Component } from 'react'

import MLDocAssistBotReact from 'ml-doc-assist-bot-react'
import 'ml-doc-assist-bot-react/dist/index.css'

class Example extends Component {
  render() {
    return <MLDocAssistBotReact serverURL="https://13.68.226.101" docId="7" themeColor="#066dd3" iconPath="assets/img.svg"></MLDocAssistBotReact>
  }
}
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago