chatseller
v1.0.9
Published
chat seller help you to improve custom experence
Downloads
2
Readme
chatseller
chat seller help you to improve custom experence
Install
npm install --save chatseller
Usage
import React, { Component } from 'react'
import {Chatseller} from 'chatseller'
import 'chatseller/dist/index.css';
const App = () => {
// Create your product at https://bot.businessplus.live,
//add all necessary features and pricing info, copy the
//key, and your seller robot will be ready.
let key = "x5u76ussvqdc" // replace with you key
return(
<div>
....
<Chatseller secretkey={key} />
</div>
)
}
export default App
License
MIT © Joshua-alt