pdfrx_web
    Preparing search index...

    Function PdfThumbnailList

    • A scrolling strip of page thumbnails, with the current page highlighted. Clicking one navigates to it.

      Thumbnails render lazily as they scroll into view and are cached per document by usePdfPageThumbnail, so scrolling back up costs nothing and reordering pages does not re-render a single page.

      Parameters

      Returns ReactNode

      The resulting ReactNode.

      <PdfThumbnailList
      width={140}
      renderPageActions={(page) => <button onClick={() => rotate(page)}></button>}
      />