vue3-circle-progress
vue3-circle-progress copied to clipboard
How add symbol %
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>