Currency Converter

Foreign-exchange card with a source-to-target amount swap, a rate row, and a trend pill on the right.

FX converter
100 EUR100
USD108.42
1 EUR = 1.0842 USD+0.32% today

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

Import & use
import { Travel26 } from "@/components/beste/piece/travel26";

<Travel26
  from="100 EUR"
  to="USD"
  amount="100"
  result="108.42"
  rate="1 EUR = 1.0842 USD"
  trend="up"
  trendAmount="+0.32% today"
/>