react-circular-progressbar icon indicating copy to clipboard operation
react-circular-progressbar copied to clipboard

A circular progressbar component, built with SVG and extensively customizable

Results 44 react-circular-progressbar issues
Sort by recently updated
recently updated
newest added

Added props for WCAG compliance. Please let me know if you are not satisfied with the pull request.

## 🐛 Bug report ### Unable to add svg image from project folder to circularProgressBar Please describe what the problem is - I saw this example ; This works because...

Hello, Have a fill animation from 0 to value for first render , with props animated = true : false for select option.

Hey how do you reduce the padding of the background? my icons background takes up the stroke colors too and i dont want that , is there any way i...

I've implemented the **CircularProgressbar** in my project(React),as in the below attached image ![image](https://user-images.githubusercontent.com/74053358/146941681-154f6575-cc1f-40d1-a241-b9e271275f3f.png). But now I wanted to show only the half of the circle irrespective of the value like...

## 🐛 Bug report ### Summary of issue Children of `CircularProgressbarWithChildren` aren't scaling evenly. Would it be possible to have children assigned to parent SVG? ![large](https://user-images.githubusercontent.com/8350893/157682621-359635c8-964a-4d3b-ba3b-e9cf859e5c7d.png) ![smale](https://user-images.githubusercontent.com/8350893/157682785-1fb272ce-72f9-4c9b-a980-4412b8c77db4.png) ### Your environment...

## 🐛 Bug report ### Summary of issue Cannot change dominant-baseline for text. I want to set it to center. ### Reproducible example ``` ``` fill works but dominant-baseline doesn't...

## 🐛 Bug report ### Summary of issue Video is showing the problem: https://www.loom.com/share/e72cbedbb81c4e9dbf3ee1e1d24ae172 Codesandbox container to test: https://codesandbox.io/s/circular-progress-test-27r18?fontsize=14 My machine mac book pro react-circular-progressbar version 2.0.1 _What browser version...

help wanted

## 🚀 Feature request ### Problem description I'd like to be able to set the z-index of root container element (the div above the svg). Currently with this example the...