react-terminal-ui
react-terminal-ui copied to clipboard
Add progress bar line type
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: