1.0.1 • Published 6 years ago

@lukesheard/phosphor-standalone v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

phosphor-standalone

A standalone, browser compatible build of PhosphorJS.

Build Status

Usage

Just load the bundle into the browser. It can then be used in conjunction with Phosphor Custom Elements to display custom views.

<html>
  ...
  <body>
    ...
    <script src="node_modules/@lukesheard/phosphor-standalone/dist/phosphor.js"></script>
    <script>
      const {
        Widget, 
        DockPanel
      } = window.phosphor
    </script>
  </body>
</html>
1.0.1

6 years ago

1.0.0

6 years ago