Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

Note: Nqtui has been moved into the Promethium JS package

NQTUI

JavaScript UI library built on top of lit-html

Nqtui aims to be a powerful and expressive JavaScript UI library built on top of lit-html that enables complex web app development using lightweight stateful components as building blocks. Its a quite performant alternative to other libraries and frameworks that mainly involves developing in just JavaScript and CSS with no default build step aside from module bundling and other forms of code processing powered by vite. This makes it quite extensible and able to accomodate different workflows involving a wide range of filetypes.

Nqtui is however undergoing a substantial API redesign and is not recommended for use in projects. The redesign shouldn't take long it is relatively active development. For the meantime, feel free to take a look at the documentation which is also currently being worked on, or skim through the codebase if that interests you.