Package Exports
- @pdftron/webviewer-react-toolkit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pdftron/webviewer-react-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WebViewer React Toolkit
The WebViewer React Toolkit is a React component library contains various components that integrate with the PDFTron WebViewer API.
Check out the documentation to get started with the toolkit!
For a demo showcasing some of the functionality, along with step-by-step instructions on how to build it, check out the demo repository.
Installation
You can install the toolkit from npm using your preferred package manager:
# Yarn
yarn add @pdftron/webviewer-react-toolkit
# npm
npm install @pdftron/webviewer-react-toolkitUsing the toolkit
Check the introduction for information on using the toolkit.
Contributing
To start up Storybook
yarn # 1. To install dependencies (or `npm i`)
yarn start # 2. To start the Storybook environment (or `npm start`)To test
yarn test # Single test run (or `npm test`)
yarn test --watch # Watch for changes (or `npm test -- --watch`)To lint
yarn lint # Lint for errors (or `npm lint`)Goal
To create a set of highly customizable components that take WebViewer documents (and other objects), and wrap them in specific functionality.