0.4.7 • Published 3 years ago

pglet v0.4.7

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Pglet client for Node.js

Pglet ("pagelet") is a rich user interface (UI) framework for programs written in Node.js or any other language. Pglet renders web UI, so you can easily build web apps with Node.js. Knowledge of HTML/CSS/JavaScript is not required as you build UI with controls. Pglet controls are built with Fluent UI React to ensure your programs look cool and professional.

Hello, world!

const pglet = require("pglet");

(async () => {
    let p = await pglet.page();
    await p.add(new pglet.Text({value: "Hello, world!"}));
})();

Run the sample above with node and in a new browser window you'll get:

Sample app in a browser

Read JavaScript tutorial for further information and more examples.

0.4.7

3 years ago

0.4.6

3 years ago

0.4.3

3 years ago

0.2.2

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.6

3 years ago

0.1.0

3 years ago