@lukesheard/phosphor-standalone

1.0.1 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @lukesheard/phosphor-standalone

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • lukesheard