Activity
Billing
Setup
Form
UI
Chart
<VxProgress
data={{ percentage: "70%", class: "bg-yellow-500 h-[15px]" }}
label={{ text: "Lg", class: "text-xs text-yellow-500" }}
/>
<VxProgress
data={{ percentage: "50%", label: "50%", class: "bg-red-600" }}
label={{ text: "Xs", class: "text-xs text-red-500" }}
/>