Closed csandman closed 2 years ago
Thanks for proposal! We will try things out and see if it works as expected for multiple sections
I've tried out strokeLinecap="round"
like in Chakra and it does not seem to work well with multiple sections, leaving this issue for community to solve.
When multiple sections are involved, which one of the following is the the expected look for the progress-circle? (See Below)
1.
2.
@amithkk the first one
In that case I think I'll pick this up and raise a pull request when done since I need it for a personal project I'm working on anyway.
Okay, thanks!
PR is merged, feature will be available with next minor release 3.5
Added in 3.5.0
For the package
RingProgress
from@mantine/core
, it would be nice to have acapIsRound
prop to round the ends of the progress bar. Chakra UI has a similar option in theirCircularProgress
component: