@pdftron/webviewer-react-toolkit
Version:
A React component library for integrating with PDFTron WebViewer API.
73 lines (52 loc) • 1.9 kB
Markdown
The WebViewer React Toolkit is a React component library contains various
components that integrate with the
[](https://www.pdftron.com/documentation/web/).
Check out the [documentation](https://pdftron.github.io/webviewer-react-toolkit)
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
[](https://github.com/PDFTron/webviewer-react-toolkit-demo).
> Note: file functionality within toolkit v7 and above requires WebViewer v7 or
> higher. If you are on a previous version of WebViewer, you can use v0.6.0 of
> the toolkit:
>
> ```sh
>
> yarn add @pdftron/webviewer-react-toolkit@0.6.0
>
>
> npm install @pdftron/webviewer-react-toolkit@0.6.0
> ```
You can install the toolkit from npm using your preferred package manager:
```bash
yarn add @pdftron/webviewer-react-toolkit
npm install @pdftron/webviewer-react-toolkit
```
Check the [introduction](https://pdftron.github.io/webviewer-react-toolkit) for
information on using the toolkit.
> Warning: There are issues building with versions of Node >=11. For now, use
> [nvm](https://github.com/nvm-sh/nvm) to get latest node 10 version (works fine
> with `v10.23.3`).
```bash
yarn
yarn start
```
```bash
yarn test
yarn test --watch
```
```bash
yarn lint
```
To create a set of highly customizable components that take WebViewer documents
(and other objects), and wrap them in specific functionality.