Consumption plan card with a per-unit rate, a bubble of included volume, and an overage note below.
Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Card14 } from "@/components/beste/component/card14";
<Card14
unitPrice="$0.004"
unitLabel="per request"
includedUnits="1M"
included="requests included monthly"
overage="$3.00 per 1M after"
/>The import and the props worth knowing about, in one place.
import { Card14 } from "@/components/beste/piece/card14";
<Card14
unitPrice="$0.004"
unitLabel="per request"
includedUnits="1M"
included="requests included monthly"
overage="$3.00 per 1M after"
/>Pricing tier with a headline amount, period, and a stack of check-marked features. Featured tier flips to primary.
Plan picker with a monthly vs yearly pill toggle, dynamic price, and a savings chip on the yearly side.
Subscription status card showing plan name, amount, renewal date, a usage bar, and manage or upgrade buttons.
Standard plan tile with a uppercase name, big price, tagline, four feature bullets, and an outline CTA.