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}
/>
);
}
delphi-react-components
0.0.13 • Public • PublishedVersions
Current Tags
Version | Downloads (Last 7 Days) | Tag |
---|---|---|
0.0.13 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|---|---|
0.0.13 | 0 | |
0.0.13-rc3 | 0 | |
0.0.13-rc2 | 0 | |
0.0.13-rc1 | 1 | |
0.0.12 | 0 | |
0.0.11 | 0 | |
0.0.11-rc1 | 0 | |
0.0.10 | 0 | |
0.0.10-rc1 | 0 | |
0.0.9 | 0 | |
0.0.8 | 0 | |
0.0.7 | 0 | |
0.0.7-rc4 | 0 | |
0.0.7-rc3 | 0 | |
0.0.7-rc2 | 0 | |
0.0.7-rc1 | 0 | |
0.0.6 | 0 | |
0.0.6-rc4 | 0 | |
0.0.6-rc3 | 0 | |
0.0.6-rc2 | 0 | |
0.0.6-rc1 | 0 | |
0.0.5 | 0 | |
0.0.4 | 0 | |
0.0.3 | 0 | |
0.0.2 | 0 | |
0.0.1 | 0 | |
0.0.1-rc4 | 0 | |
0.0.1-rc3 | 0 | |
0.0.1-rc2 | 0 | |
0.0.1-rc1 | 0 |
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