UNPKG

itsa-react-docviewer

Version:

React component that views documents using Google Doc Viewer

20 lines 412 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Component</title> <style> body { margin: 20px; } .itsa-docviewer { height: 600px; } </style> </head> <body> <div id="component-container"></div> <script src="./app.js"></script> </body> </html>