react-terminal-ui icon indicating copy to clipboard operation
react-terminal-ui copied to clipboard

Add progress bar line type

Open jonmbake opened this issue 4 years ago • 0 comments

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

jonmbake avatar Mar 27 '21 15:03 jonmbake