# Beste UI

> Beautiful, accessible blocks, pieces and components for shadcn/ui and Tailwind CSS, built for React and Next.js. Install one with the shadcn CLI and the code is yours to edit: no runtime dependency, nothing to upgrade.

Markdown rendition of https://ui.beste.co/piece/commerce30. Every page on the site has one: add `.md` to any address, or send `Accept: text/markdown`.

Whole catalog for LLMs: https://ui.beste.co/llms.txt. Registry index: https://ui.beste.co/r/registry.json

---
1. /
2. [Pieces](/pieces)
3. /
4. [Commerce](/pieces/commerce)
5. /
6. Region Currency

# Region Currency

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.

🇬🇧United Kingdom· GBP £

* 🇺🇸United States  
USD$
* 🇬🇧United Kingdom  
GBP£
* 🇪🇺Eurozone  
EUR€
* 🇯🇵Japan  
JPY¥

CLICode

Base UI

![](https://oud.pics/sm/l/npm.svg)`npx shadcn add https://ui.beste.co/piece/r-base/commerce30`

New here? Read the [installation guide](/docs/installation).

Import & useCopy

```
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": "¥"
    }
  ]}
/>
```

## More Commerce pieces

[View all Commerce](/pieces/commerce)

[](/piece/commerce28)

Find in store

* SF Union SquareIn stock · 0.4 mi
* Hayes ValleyLow stock · 1.2 mi
* Mission DistrictOut of stock · 2.8 mi

### Store Locator

Nearby stores list where each row carries a semantic stock dot, store name, distance, and a chevron to drill into the location.

[](/piece/commerce15)

Express checkout$284.00

PayGoogle PayPayPal

or pay with card

### Express Checkout

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.

[](/piece/commerce25)

Beste Goods · SF

INV-2026-0421

2× Air Max 90$258.00

1× Cotton Tee$48.00

1× Retro Shades$38.00

Subtotal$344.00

Total$368.14

Paid · Visa ending 4242

### Receipt Lines

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.

[](/piece/commerce29)

![Air Max 90](https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=160&auto=format&fit=crop)

Air Max 90$129

![Cloud Runner](https://images.unsplash.com/photo-1551028719-00167b16eac5?w=160&auto=format&fit=crop)

Cloud Runner$159

Material

Canvas

Knit mesh

Weight

320 g

240 g

Waterproof

Rating

★ 4.7

★ 4.9

### Compare Products

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.

[](/piece/commerce2)

ColorTan

### Variant Swatches

Color picker row with circular palette swatches, a ringed check on the selected color, and a diagonal line over sold-out options.

[](/piece/commerce18)

Gift card amount

$25$50$100$250

$Custom amount

### Gift Card Picker

Amount selector for a gift card with a gift icon header, four preset value chips where the selected one fills with tone, and a custom amount row.

## Ship the interface, keep the code.

New blocks, pieces and components every week. Install one with a command and it is yours to edit. No runtime dependency, no upgrade path to fight.

[Browse the libraryBrowse the library](/blocks)[See pricingSee pricing](/pricing)

### Library

* [Blocks](/blocks)
* [Pages](/pages)
* [Pieces](/pieces)
* [Components](/components)
* [Search](/search)

### Learn

* [Docs](/docs)
* [AI & MCP](/docs/mcp)
* [Blog](/blog)
* [Free tools](/tools)
* [What's new?](/changelog)
* [Website Builder](https://beste.co)

### More

* [Pricing](/pricing)
* [Referrals](/referrals)
* [License](/license)
* [GitHub](https://github.com/beste-co/beste-ui)

### Shadcn Blocks

* [Shadcn Hero Blocks](/blocks/hero)
* [Shadcn Feature Blocks](/blocks/feature)
* [Shadcn Pricing Blocks](/blocks/pricing)
* [Shadcn CTA Blocks](/blocks/cta)
* [Shadcn FAQ Blocks](/blocks/faq)
* [Shadcn About Blocks](/blocks/about)
* [Shadcn Stats Blocks](/blocks/stats)
* [Shadcn Footer Blocks](/blocks/footer)
* [Shadcn Navigation Blocks](/blocks/navigation)
* [Shadcn Auth Blocks](/blocks/auth)
* [Shadcn Ecommerce Blocks](/blocks/ecommerce)
* [Shadcn Portfolio Blocks](/blocks/portfolio)
* [Shadcn Showcase Blocks](/blocks/showcase)
* [Shadcn Careers Blocks](/blocks/careers)
* [Shadcn Onboarding Blocks](/blocks/onboarding)
* [Shadcn Coming Soon Blocks](/blocks/coming-soon)
* [Shadcn Post Blocks](/blocks/post)
* [Shadcn Legal Blocks](/blocks/legal)
* [Shadcn Workflow Blocks](/blocks/workflow)
* [Shadcn News Blocks](/blocks/news)

© 2026, [Beste](https://beste.co). All rights reserved.