steep components
All components

UrgencyBanner

Honest "N bought in the last 7 days" badge — silent under threshold.

components/urgency-banner.tsxPeer deps: lucide-react

Live preview

37 bought in the last 7 days

(Second banner is hidden — count below the default `minCount=5`.)

Usage

import { UrgencyBanner } from "@/components/urgency-banner";

const buyerCount = await fetchDistinctBuyersLast7Days(productId);
<UrgencyBanner buyerCount={buyerCount} />