CircleProgress
CircleProgress
is a component that displays progress in a circular progress bar.
Theming
The CircleProgress
is a single part component.
If you want to change the style of the component, please check here.
export const CircleProgress: ComponentStyle = {baseStyle: {display: "inline-block",position: "relative",verticalAlign: "middle",},}
Edit this page on GitHub