Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 779 Bytes

File metadata and controls

33 lines (22 loc) · 779 Bytes

Viewer Examples (Local)

These examples showcase advanced PDF viewing capabilities and custom viewer configurations.

For interactive playground examples, see Viewer Playground Examples.


Available Examples

multi-tab

Description: Multi-tab PDF viewer allowing users to open and switch between multiple documents.

Quick start:

cd multi-tab
npm install
npm start

Prerequisites

All examples require:

  • Node.js (v16 or higher recommended)
  • npm or yarn

Need Help?