Two horizontal bars comparing this period against the previous one.
The import and the props worth knowing about, in one place.
import { Chart3 } from "@/components/beste/piece/chart3";
<Chart3
surface="card"
bordered={true}
inverted={false}
label="Revenue"
currentValue="$48.2K"
previousValue="$42.9K"
current={48.2}
previous={42.9}
currentLabel="This week"
previousLabel="Last week"
/>Card with a label, headline value, and a row of vertical bars scaled to the data.
Subscription status card showing plan name, amount, renewal date, a usage bar, and manage or upgrade buttons.
Payment card that turns on its axis every few seconds to show the magnetic stripe and security code, then turns back to the front.