@textql/client

1.1.12 • 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>
  );
}

Dependencies (0)

    Dev Dependencies (28)

    Package Sidebar

    Install

    npm i @textql/client

    Weekly Downloads

    8

    Version

    1.1.12

    License

    none

    Unpacked Size

    85.2 MB

    Total Files

    7

    Last publish

    Collaborators

    • hm8192
    • gtomitsuka