1.1.0 • Published 1 year ago

lighterjs v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Lighter JS

A light weight and class based vanilla JS UI framework, with Component, Router, and State handling.

Install

yarn add lighterjs -d

Component example

...
<body>
  <div id="root"></div>
</body>
...
import { Component } from 'lighterjs';

const appRoot = new Component({ attachId: 'root', text: 'Hello world!" });
appRoot.draw();
// Renders the text "Hello world!" on the page.
1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago