Skip to main content
<TUI> is the terminal counterpart to <UI>. It declares the React entry a workflow wants an OpenTUI-capable client to render for terminal monitoring. The component renders nothing in the workflow graph; clients read the declaration from workflow metadata and choose the appropriate terminal host.

Props

<TUI> accepts the same view declaration fields as <UI>: entry, source, exportName, title, props, and literal children. Prefer entry for a real terminal app so the OpenTUI host can load the full React component tree.