1.0.13 • Published 10 months ago

@chatsystem/client v1.0.13

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Use the client

Use it as a react package

  • import { App } from "@chatsystem/client";
    <App appToken="YOUR_TOKEN_ID" displayMode="chatbox" />;

Use it as a bundled JS script

  • <script
      type="text/javascript"
      src="https://chatsystem.s3.eu-west-3.amazonaws.com/index.js"
      data-appToken="YOUR_TOKEN_ID"
      data-displayMode="chatbox"
    ></script>

Parameters

  • appToken: your appToken, delivered on chatsystem.ai
  • displayMode?: either bubble if you want the bubble to display, or chatbox if you want to see directly the chatbox. Css is overridable.
1.0.11

10 months ago

1.0.10

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago