UNPKG

@teipublisher/pb-components

Version:
32 lines (28 loc) 1.06 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes" /> <title>pb-print-preview Demo</title> <link rel="stylesheet" href="demo.css"> <script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script type="module" src="../pb-components-bundle.js"></script> <style> pb-print-preview { height: 80vh; width: 100%; } </style> </head> <body> <pb-demo-snippet> <template> <pb-page endpoint="https://teipublisher.com/exist/apps/tei-publisher" api-version="1.0.0"> <pb-document id="doc" path="doc/documentation.xml" odd="docbook"></pb-document> <main> <pb-print-preview src="doc" styles="resources/css/print.css,resources/fonts/font.css"></pb-print-preview> </main> </pb-page> </template> </pb-demo-snippet> </body> </html>