Region selector with a globe header showing flag, country, and currency, and a list of regions with flags and currency codes plus a check on the active one.
New here? Read the installation guide.
import { Commerce30 } from "@/components/beste/piece/commerce30";
<Commerce30
selected="United Kingdom"
regions={[
{
"flag": "🇺🇸",
"country": "United States",
"currency": "USD",
"symbol": "$"
},
{
"flag": "🇬🇧",
"country": "United Kingdom",
"currency": "GBP",
"symbol": "£"
},
{
"flag": "🇪🇺",
"country": "Eurozone",
"currency": "EUR",
"symbol": "€"
},
{
"flag": "🇯🇵",
"country": "Japan",
"currency": "JPY",
"symbol": "Â¥"
}
]}
/>Nearby stores list where each row carries a semantic stock dot, store name, distance, and a chevron to drill into the location.
Wallet-pay button row with Apple Pay, Google Pay, and PayPal in their brand colors above an or-pay-with-card divider, with the order total in the header.
Dashed-border receipt with the store name and order id, three monospaced quantity-name-price rows, a subtotal, and a bold final total with payment method.
Two-column comparison with product photos, names, prices, an emerald Pick badge on the recommended one, and attribute rows with text or check/X cells.