fredericojordan/progress-bar

How to use + as suffix?

kaangokdemir opened this issue · 3 comments

Cool project. Just wonder how to use + as suffix since using like https://progress-bar.dev/20/?scale=10&title=rewards&suffix=+ is not working as I expected.

Thanks!
Seems like using + is not supported at the moment, I'll have to take a look at why this is the case.
I'll let you know as soon as it's fixed!

Actually, you can just escape it with url encoding (%2B) like this:
https://progress-bar.dev/20/?scale=10&title=rewards&suffix=%2B
progress

@kaangokdemir Thanks for reaching out, I'm closing this one for now. 🙂