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 • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i delphi-react-components
Weekly Downloads
0
Version
0.0.13
License
MIT
Unpacked Size
41.9 MB
Total Files
21