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
205 stars 30 forks source link

feat: added new progress component and loader for async operations Fixes #4 #49

Open tanmaybhatt opened 3 months ago

tanmaybhatt commented 3 months ago

There was a requirement to handle async operations with commands and hence we needed a progress bar and loader component. Also, I think we need to disable the input component if some async operation is ongoing, hence I added a loading prop as well.

Fixes: #4