# pagefind-react A pagefind react Component. ## Getting Started `npm i pagefind-react --save` Setup the pagefind bundles in your layout or component. ```tsx // layout.tsx import React from "react"; // use layout for scripts _pagefind export function Layout({ children }) { return ( <>