steep components
All components

FreeShippingBar

Cart progress bar that flips to ✓ when the threshold is crossed.

components/free-shipping-bar.tsxPeer deps: lucide-react

Live preview

Add $18.00 more for free shipping.

Free shipping unlocked

Usage

import { FreeShippingBar } from "@/components/free-shipping-bar";

<FreeShippingBar subtotal={cart.subtotalCents} threshold={5000} />