Yomguithereal / react-blessed

A react renderer for blessed.
MIT License
4.45k stars 177 forks source link

readme shows incredible demo, but checked in demo missing rich content #106

Closed cdaringe closed 4 years ago

cdaringe commented 4 years ago

thanks for this library, very cool.

problem

blessed is giving me a hard time. in trying to replicate layouts and events as shown in the readme, i want to consult how it was done by the author

discussion

the demo is missing all of the key details. for example, <Jobs /> is more or less empty. is there a rich example available?

Yomguithereal commented 4 years ago

Hello @cdaringe. The example shown by the readme's gif stands here. But be aware that it was made on a rather ancient version of the lib. Else I remember that there exists some react-blessed version of SQL db uis somewhere that could help you find rich examples.

cdaringe commented 4 years ago

Awesome thank you!