0.0.2 • Published 2 years ago

@wec360/webcomponents v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

wec360° Web Components

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>wec360° Web Components</title>

    <!-- Import our standalone library from npm, in this case we are using skypacks cdn -->
    <script type="module" src="https://cdn.skypack.dev/@wec360/webcomponents"></script>
  </head>
  <body>
    <!-- Opens the supplied src iframe in fullscreen on click -->
    <wec-fullscreen-button src="https://view.wec360.com/demo/demo">Open Fullscreen</wec-fullscreen-button>
  </body>
</html>