Socket
Socket
Sign inDemoInstall

pdf-viewer-reactjs-bulma-wrapped

Package Overview
Dependencies
115
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pdf-viewer-reactjs-bulma-wrapped

Simple react PDF viewer component with controls based on PDF.js.


Version published
Weekly downloads
34
decreased by-27.66%
Maintainers
1
Install size
42.0 MB
Created
Weekly downloads
 

Readme

Source

pdf-viewer-reactjs-styled

This package is a wrapper for ansu5555/pdf-viewer-reactjs

Encapsulated bulma with a prefixed style and re-exported the library.

That way those using bootstrap etc. can use the project without worrying about style conflicts.

If you do not have any problems with adding bulma to your project, don't bother using this package and go with the original package.

Refer to the original package, ansu5555/pdf-viewer-reactjs for docs.

Install it via npm install pdf-viewer-reactjs-bulma-wrapped or yarn add pdf-viewer-reactjs-bulma-wrapped

Make sure to import the css file in this module as follows

/* index.js / App.js / or some other file */
import 'pdf-viewer-reactjs-bulma-wrapped/css/main.css';

Then, you can use PdfViewer without worrying about bulma.

import PDFViewer from 'pdf-viewer-reactjs-bulma-wrapped';

Used bulma-starter as the base.

Bulma: a Flexbox CSS framework

Keywords

FAQs

Last updated on 01 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc