ml-doc-assist-bot-react
v1.0.6
Published
React library to integrate Maplelabs doc-assist bot into the given react app
Downloads
2
Readme
ml-doc-assist-bot-react
React library to integrate Maplelabs doc-assist bot into the given react app
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>
}
}