Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukesheard/phosphor-standalone

A standalone build of PhosphorJS
https://github.com/lukesheard/phosphor-standalone

phosphorjs

Last synced: 9 days ago
JSON representation

A standalone build of PhosphorJS

Awesome Lists containing this project

README

        

# phosphor-standalone
A standalone, browser compatible build of PhosphorJS.

[![Build Status](https://travis-ci.org/LukeSheard/phosphor-standalone.svg?branch=master)](https://travis-ci.org/LukeSheard/phosphor-standalone)

## Usage

Just load the bundle into the browser. It can then be used in conjunction with [Phosphor Custom Elements](//github.com/LukeSheard/phosphor-webcomponent) to display custom views.

```html

...

...


const {
Widget,
DockPanel
} = window.phosphor

```