Components
RadialProgress
RadialProgress — a circular gauge that shows how far along a value is, from 0 to 100 (e.g. profile completeness, an upload, nights checked in). Pass `value` and it fills the ring and prints the percentage in the center; supply `children` to label it with something else, and `size`/`thickness` to fit the surface. Choose a `tone` to signal meaning — the ring paints with the theme color, so no colors are hard-coded. It reports progress as an ARIA `progressbar`; it is a display, not a control — use a slider for input.