delphi-react-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

Delphi React Components

ChatWindow

Usage

const ChatWindow = dynamic(
  () => import("delphi-react-components").then((mod) => mod.ChatWindow),
  {
    ssr: false,
  }
);

export default function Chat(props: Props) {
    ...
    return (
    <ChatWindow
        delphiCredentials={{
            apiUrl: process.env.NEXT_PUBLIC_API_URL,
            clientId,
            apiKey,
        }}
        dataCredentials={{
            email, // only required for some Looker integrations
        }}
        shouldShowDataTable={false}
    />
    );
}

Readme

Keywords

none

Package Sidebar

Install

npm i delphi-react-components

Weekly Downloads

0

Version

0.0.13

License

MIT

Unpacked Size

41.9 MB

Total Files

21

Last publish

Collaborators

  • mjirv