delowardev / vue3-circle-progress

Highly customizable & lightweight circular progressbar component for Vue 3, built with SVG and extensively customizable
https://codesandbox.io/s/determined-dawn-3ybev?file=/src/App.vue
MIT License
36 stars 14 forks source link

Custom shadow color #15

Open old21 opened 1 year ago

old21 commented 1 year ago

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