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}
    />
    );
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.130latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.130
0.0.13-rc30
0.0.13-rc20
0.0.13-rc11
0.0.120
0.0.110
0.0.11-rc10
0.0.100
0.0.10-rc10
0.0.90
0.0.80
0.0.70
0.0.7-rc40
0.0.7-rc30
0.0.7-rc20
0.0.7-rc10
0.0.60
0.0.6-rc40
0.0.6-rc30
0.0.6-rc20
0.0.6-rc10
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10
0.0.1-rc40
0.0.1-rc30
0.0.1-rc20
0.0.1-rc10

Package Sidebar

Install

npm i delphi-react-components

Weekly Downloads

1

Version

0.0.13

License

MIT

Unpacked Size

41.9 MB

Total Files

21

Last publish

Collaborators

  • mjirv