Sale price next to a struck-through original, with a rose discount badge.
Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Card3 } from "@/components/beste/component/card3";
<Card3
surface="card"
bordered
price="49"
originalPrice="89"
currency="$"
discount={45}
/>The import and the props worth knowing about, in one place.
import { Card3 } from "@/components/beste/piece/card3";
<Card3
surface="card"
bordered={true}
inverted={false}
price="49"
originalPrice="89"
currency="$"
discount={45}
/>Limited-offer card with a rose discount tag, ticking countdown, strikethrough original, and bold sale price.
Compact commerce tile with a warm gradient thumbnail, overlay tag, save heart, and a strikethrough original price.
Standard plan tile with a uppercase name, big price, tagline, four feature bullets, and an outline CTA.
Pricing tier with a headline amount, period, and a stack of check-marked features. Featured tier flips to primary.