Two currency columns linked by an arrow, with a rate caption beneath.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Money2 } from "@/components/beste/piece/money2";
<Money2
fromCurrency="USD"
fromAmount="1.00"
toCurrency="EUR"
toAmount="0.92"
rate="1 USD = 0.92 EUR"
/>