Label
Display an auto-scaled percentage label using the showLabel prop.
Icons
Provide icons or other content using the children snippet.
Indeterminate
Uses indeterminate mode when value is explicitly set to null.
Anatomy
 <ProgressRing>     children     svg     track     meter     label    API Reference
The Progress Ring component is an SVG-based element where all internal elements are drawn relative to the SVG’s size.
For example, the strokeWidth property can accept a pixel (px) value, but this value is scaled proportionally to the size of the SVG rather than being an absolute pixel measurement.
ProgressRing
| Property | Type | Description | 
|---|---|---|
 label   |   string |   |  
 showLabel   |   boolean |   |  
 strokeWidth   |   string |   |  
 strokeLinecap   |   "inherit" | "butt" | "round" | "square" |   |  
 base   |   string |   |  
 size   |   string |   |  
 classes   |   string |   |  
 childrenBase   |   string |   |  
 childrenClasses   |   string |   |  
 svgBase   |   string |   |  
 svgClasses   |   string |   |  
 trackBase   |   string |   |  
 trackStroke   |   string |   |  
 trackClasses   |   string |   |  
 meterBase   |   string |   |  
 meterStroke   |   string |   |  
 meterTransition   |   string |   |  
 meterAnimate   |   string |   |  
 meterDuration   |   string |   |  
 meterClasses   |   string |   |  
 labelBase   |   string |   |  
 labelFill   |   string |   |  
 labelFontSize   |   number |   |  
 labelFontWeight   |   string |   |  
 labelClasses   |   string |   |  
 children   |   Snippet<[]> |   |  
 orientation   |   "horizontal" | "vertical" |   |  
 ids   |     Partial<{ root: string; track: string; label: string; circle: string; }>   |     |  
 value   |   number |   |  
 defaultValue   |   number |   |  
 onValueChange   |     (details: ValueChangeDetails) => void   |     |  
 dir   |   "ltr" | "rtl" |   |  
 getRootNode   |     () => ShadowRoot | Node | Document   |     |  
 translations   |     IntlTranslations   |     |  
 locale   |   string |   |  
 min   |   number |   |  
 max   |   number |   |  
 formatOptions   |     NumberFormatOptions   |     |