How to use + as suffix?
kaangokdemir opened this issue · 3 comments
kaangokdemir commented
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.
fredericojordan commented
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!
fredericojordan commented
Actually, you can just escape it with url encoding (%2B
) like this:
https://progress-bar.dev/20/?scale=10&title=rewards&suffix=%2B
fredericojordan commented
@kaangokdemir Thanks for reaching out, I'm closing this one for now. 🙂