1.0.13 • Published 9 months ago

@chatsystem/client v1.0.13

Weekly downloads
-
License
-
Repository
-
Last release
9 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

9 months ago

1.0.10

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago