Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

reactland-pdfjs

jfroussel8MIT1.0.3

pdfjs react component

readme

reactland-pdfjs

pdfjs react component

NPM JavaScript Style Guide

Install

npm install --save reactland-pdfjs

Usage

import React, { Component } from 'react'

import PDFViewer from 'reactland-pdfjs'

class MyClass extends Component {
  render () {
    return (
      <PDFViewer url={your-pdf-url} />
    )
  }
}

License

MIT © jfroussel

reactland-pdfjs