hf-livechat

0.1.6 • Public • Published

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;

Readme

Keywords

none

Package Sidebar

Install

npm i hf-livechat

Weekly Downloads

0

Version

0.1.6

License

none

Unpacked Size

78.6 kB

Total Files

22

Last publish

Collaborators

  • hfchou