Search.js is a fast, composable React and Web components.
Table of Contents
# with npm
npm install @searchjs/react
# with yarn
yarn add @searchjs/react
# with pnpm
pnpm add @searchjs/react
# with npm
npm install @searchjs/web
# with yarn
yarn add @searchjs/web
# with pnpm
pnpm add @searchjs/web
<SearchDialog>
<SearchDialogTrigger />
<SearchContent />
<SearchDialogOverlay />
</SearchDialog>
The outpost search component uses Radix UI under the hood to provide accessible component and simple usage. Check out their docs for information about the specific props the base component accepts.
<SearchContent APIKey={API_KEY} cometId={COMET_IT} config={{ stream: true }} />
Search.js is a project by Outpost.
Released under the MIT License.