Currency Transfer

Currency transfer with SVG animation.

Live Preview
Open in
Animated Checkmark

Transfer Successful

FromFrom
$500.00 USD
ToTo
460.00 EUR
Exchange Rate: 1 USD = 0.92 EUR
Motion

Installation

npm install motion

Usage

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)