Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukesheard/phosphor-standalone
- Owner: LukeSheard
- License: mit
- Created: 2017-12-30T14:12:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T15:37:59.000Z (almost 7 years ago)
- Last Synced: 2024-04-23T23:47:00.068Z (8 months ago)
- Topics: phosphorjs
- Language: TypeScript
- Size: 76.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```