Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
111 stars 17 forks source link

New type of widgets: In page widget #22

Closed Elius94 closed 1 year ago

Elius94 commented 2 years ago

The goal is to make a new kind of widgets. A widget that is printed inside a PageBuilder class, it will use fiew characters or multiple lines but it will embedded inside the rows of the page. To use the page widgets the user must select one of them (maybe with tab) and use the keyboard, so it's neccessary to add a sort of tabindex on PageBuilder class. The following list represent some of the possible page widget to do:

Elius94 commented 1 year ago

InPageWidget