chore: generate
This commit is contained in:
@@ -31,7 +31,13 @@ export function ProgressCircleV2(props: ProgressCircleV2Props) {
|
|||||||
[split.class ?? ""]: !!split.class,
|
[split.class ?? ""]: !!split.class,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<circle cx={center} cy={center} r={radius()} data-slot="progress-circle-v2-background" stroke-width={strokeWidth()} />
|
<circle
|
||||||
|
cx={center}
|
||||||
|
cy={center}
|
||||||
|
r={radius()}
|
||||||
|
data-slot="progress-circle-v2-background"
|
||||||
|
stroke-width={strokeWidth()}
|
||||||
|
/>
|
||||||
<circle
|
<circle
|
||||||
cx={center}
|
cx={center}
|
||||||
cy={center}
|
cy={center}
|
||||||
|
|||||||
Reference in New Issue
Block a user