vue3-circle-progress icon indicating copy to clipboard operation
vue3-circle-progress copied to clipboard

How add symbol %

Open Fabszn opened this issue 3 years ago • 3 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

Fabszn avatar May 20 '22 19:05 Fabszn

Hey Did you find the solution?

eincipientinfo avatar Aug 10 '22 07:08 eincipientinfo

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

samculo avatar Aug 16 '22 18:08 samculo