Foreign-exchange card with a source-to-target amount swap, a rate row, and a trend pill on the right.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>