OpenTUI is a React renderer for terminal UIs using Yoga layout (like React Native). NOT React DOM or Ink.
| | Container/layout | style, id, onMouse | | | Text content (strings only!) | fg, bg, selectable | | | Scrollable container | ref, focused | | | Hyperlink (OSC8) | href, fg | | | Text input | focused, onInput, onSubmit | | | Multi-line input | ref, focused, placeholder |
Renders clickable links in terminals supporting OSC8 (iTerm2, Kitty, etc.).
Crea interfacce utente terminali con OpenTUI/React. Da utilizzare durante la creazione di schermate, componenti, la gestione dell'input da tastiera, la gestione dello scorrimento o la navigazione tra le visualizzazioni. Copre gli aspetti intrinseci di JSX, useKeyboard, modelli di casella di scorrimento e conservazione dello stato. Fonte: ainergiz/xfeed.