Currency Transfer
Currency transfer with SVG animation.
Transfer Successful
From
$500.00 USD
To
€460.00 EUR
Exchange Rate: 1 USD = 0.92 EUR
Motion
Installation
npm install motionUsage
import CurrencyTransfer from "@/components/xui/currency-transfer";
export function MyComponent() {
return (
<div className="w-full max-w-md">
<CurrencyTransfer />
</div>
);
}Props
This component has no configurable props.
Dependencies
This component requires the following packages:
motion(framer-motion)