@jsvision/ui
v1.2.1
Published
jsvision UI — a retro-desktop widget framework (retained tree + fine-grained signals) for classic terminal (TUI) applications, built on @jsvision/core.
Maintainers
Readme
@jsvision/ui
The widget framework of jsvision — a
retained widget tree with fine-grained signal reactivity, built on the
@jsvision/core engine. Windows, menus, dialogs, lists, tables, tabs,
trees, a text editor, and ~40 controls in the classic Turbo Vision style.
Pre-release (0.x), under heavy development. The public API may still change before 1.0 — pin an exact version.
npm install @jsvision/core @jsvision/uiimport { createApplication, Window, Button } from '@jsvision/ui';Everything is re-exported from the single entry point (@jsvision/ui).
See the documentation site for the guide, the live component gallery, and the API reference.
