@textql/client

1.2.0 • Public • Published

TextQL: Embedded Client

Usage in React

npm i --save @textql/client
import React from "react";
import "@textql/client";

function App() {
  return (
    <div className="App">
      <tql-chat-wrapper
        connector-id="79"
        proxy-url="http://localhost:5173"
        member-id="member-test-fa604a14-7702-4798-a254-8375ab084789"
        auth-token="8ff6d7cb-96db-4d3a-b3cd-901b46fc0811"
        chat-id="" /* optional; if you want to display an existing chat */
      ></tql-chat-wrapper>
    </div>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @textql/client

Weekly Downloads

2

Version

1.2.0

License

none

Unpacked Size

99.4 MB

Total Files

7

Last publish

Collaborators

  • asanati
  • hm8192
  • gtomitsuka