1.0.9 • Published 2 years ago

chatseller v1.0.9

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

chatseller

chat seller help you to improve custom experence

NPM JavaScript Style Guide

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

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

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