jonmbake / react-terminal-ui

A terminal react component with support for light and dark modes.
https://jonmbake.github.io/react-terminal-ui/demo/
MIT License
212 stars 32 forks source link

Add progress bar line type #4

Open jonmbake opened 3 years ago

jonmbake commented 3 years ago

Is your feature request related to a problem? Please describe. termynal.js has support for progress bars. Let's add similar functionality.

Describe the solution you'd like If https://github.com/jonmbake/react-terminal-ui/issues/3 is implemented. Add child component type like:

<TerminalProgress percentComplete={ 100 } />

Which should render something like the second line here:

Screen Shot 2021-03-27 at 10 32 35 AM