@javascriptui/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Standalone

Usage

<script src="http://unpkg.com/jui.min.js"></script>

class App extends UI.Container {
  constructor() {
    super();
    this.text('Hello world!')
  }
}

UI.load('#app', new App())

Readme

Keywords

none

Package Sidebar

Install

npm i @javascriptui/core

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

474 kB

Total Files

37

Last publish

Collaborators

  • tulburg