Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 591 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 591 Bytes

MPowerKit.ProgressRing

Simple platform agnostic MAUI circular progress bar

NuGet

showcase

Usage

<pr:ProgressRing HeightRequest="100"
                 Progress="50"
                 IsIndeterminate="True"
                 Smooth="True"
                 WidthRequest="100"
                 StrokeLineCap="Square"
                 Color="Red" 
                 Thickness="4" />