Home

anomalyco/opentui

Status:Indexed
Analyzed 4d ago6K+ starsTypeScript

OpenTUI is a library for building terminal user interfaces (TUIs)

Back to Pull Requests
#469Open
Simple Review

feat(solid): allow passing custom CliRenderer to render()

by remorsesJan 4, 2026
View on GitHub

Summary

This pull request allows developers to provide their own custom renderer to the `render` function in the SolidJS integration. This enhances flexibility by enabling scenarios like rendering TUIs in a web browser, while ensuring existing usage remains compatible.

Changes

+24 additions-9 deletions

Impact Areas

SolidJS IntegrationRendering EngineAPI Flexibility