html.js

A JavaScript wrapper for building user interfaces

Usage examples

Note that these examples were written with minimal code. View the source code of this website, for a bigger example.

HelloMessage

Loading...

Timer

Loading...

TodoApp

Loading...

Installation

Just include <script src="html.js"></script> and use an alias like: const $ = html.$;.