vue3-circle-progress
vue3-circle-progress copied to clipboard
Highly customizable & lightweight circular progressbar component for Vue 3, built with SVG and extensively customizable
I want to use custom progress shadow color `` :is-shadow="true" :shadow="{ inset: false, vertical: 2, horizontal: 2, blur: 4, opacity: .4, color: '#41AF6D' }" `` But it render black shadow
It asks to change the props to strings, then warns for strings and asks to make it as number.
How to use it in nuxt3?
Hi, I am using your component in my Ionic/Vue.ts app, it works well but I am unable to set the fill-color prop to a custom hex value because of some...
How add '%' symbol behing percentage value ? I saw in first example that value at center of circle is equals to '55%'. Thanks in advance
Please can you add ts support? https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html
SyntaxError: The requested module '/node_modules/vue3-circle-progress/dist/circle-progress.umd.min.js?t=1723495418876&v=b5b45df2' does not provide an export named 'default' I have added everything as the documentation says and Iam getting this error What is the reason I...