Exchange Rate

Two currency columns linked by an arrow, with a rate caption beneath.

USD1.00
EUR0.92
1 USD = 0.92 EUR

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Money2 } from "@/components/beste/piece/money2";

<Money2
  fromCurrency="USD"
  fromAmount="1.00"
  toCurrency="EUR"
  toAmount="0.92"
  rate="1 USD = 0.92 EUR"
/>