delowardev/vue3-circle-progress

How add symbol %

Opened this issue · 2 comments

How add '%' symbol behing percentage value ?

I saw in first example that value at center of circle is equals to '55%'.

Thanks in advance

Hey Did you find the solution?

<style lang="scss">
    .current-counter {
        &::after {
            content: "%";
        }
    }
</style>