We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ex: ▓▓▓▓▓▓▓▓▓▓▓▓▓░░ from https://twitter.com/year_progress
can set default emptyCharactor = ' ' blank so its compatible with current implementation https://github.com/brigand/ink-progress-bar/blob/master/src/index.js#L21
emptyCharactor = ' '
Better come with extra text (or leftText, rightText) prop, so it will be handy to display like below
text
▓▓▓▓▓▓▓▓▓▓▓▓▓░░ 87%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ex: ▓▓▓▓▓▓▓▓▓▓▓▓▓░░
from https://twitter.com/year_progress
can set default
emptyCharactor = ' '
blank so its compatible with current implementationhttps://github.com/brigand/ink-progress-bar/blob/master/src/index.js#L21
Better come with extra
text
(or leftText, rightText) prop, so it will be handy to display like below▓▓▓▓▓▓▓▓▓▓▓▓▓░░ 87%
The text was updated successfully, but these errors were encountered: