MCPcopy Create free account
hub / github.com/algolia/docsearch / SidepanelExample

Function SidepanelExample

examples/demo-react/src/examples/sidepanel.tsx:6–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import type { JSX } from 'react';
5
6export default function SidepanelExample(): JSX.Element {
7 return (
8 <DocSearch>
9 <SidepanelButton variant="inline" />
10 <Sidepanel
11 indexName="docsearch"
12 appId="PMZUYBQDAK"
13 apiKey="24b09689d5b4223813d9b8e48563c8f6"
14 assistantId="askAIDemo"
15 variant="floating"
16 />
17 </DocSearch>
18 );
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected