X Enterprises
Card

CardProgressCircle

Compact card showing a circular progress indicator alongside a label and value.

CardProgressCircle

Compact card pairing a XAChartProgressCircle ring with a text label and formatted value.

Component

<XACardProgressCircle />

Compact card pairing a XAChartProgressCircle with a text label and formatted value.

<XACardProgressCircle
  label="Task Completion"
  value="48 / 60"
  :progress="80"
/>

Props

PropTypeDefaultDescription
labelstringRequired. Card label.
valuenumber | stringRequired. Displayed value text.
progressnumberRequired. Circle fill percentage (0–100).
colorstringundefinedCustom circle color.

AI Context

component: XACardProgressCircle
package: "@xenterprises/nuxt-x-app"
use-when: Showing a single metric as a circular progress ring alongside a label and value — task completion, goal progress, etc. Uses XAChartProgressCircle internally; pass progress as 0–100.
Copyright © 2026