@textql/client

1.0.3 • 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"
        ></tql-chat-wrapper>
    </div>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @textql/client

Weekly Downloads

11

Version

1.0.3

License

none

Unpacked Size

83.3 MB

Total Files

8

Last publish

Collaborators

  • gtomitsuka