Package Exports
- @afegmdg/react-tui
- @afegmdg/react-tui/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@afegmdg/react-tui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-tui
A React custom renderer for the terminal.
This renderer is in early development phase ans should be considered as experimental. It will only work withReact's latest version (~18.0.2
, using Fiber).
It's inspired by blessed/neo-blessed and react-blessed but a complete own, new implementation using typescript. It does not use the blessed or neo-blessed library at all.
Summary
Installation
You can install react-tui
through npm:
npm install @afegmdg/react-tui
Demo
For a quick demo of what you could achieve you can clone this repository and check the example:
git clone https://github.com/AFE-GmdG/react-tui.git
cd react-tui
npm install
npm run demo
Usage
...todo