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

Function Basic

examples/demo-react/src/examples/basic.tsx:5–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import type { JSX } from 'react';
4
5export default function Basic(): JSX.Element {
6 return (
7 <DocSearch
8 indexName="docsearch"
9 appId="PMZUYBQDAK"
10 apiKey="24b09689d5b4223813d9b8e48563c8f6"
11 translations={{ button: { buttonText: 'Keyword search' } }}
12 insights={true}
13 />
14 );
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected