Skip to content

hsiaofung/liveChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

yarn add hf-livechat

component

<LiveChatButton>

features

  • support 客製化 button。

API

  • license : livechat license ID
  • group: livechat group

CSS

  • livechat_button: 可以更改 background 更改 button 的圖片。

Demo

import React from "react";
import LiveChatButton from "./LiveChatButton";

function App() {
  return (
    <div className="App">
      <LiveChatButton license={/*YOUR LICNESE*/} group={14} />
    </div>
  );
}

export default App;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published