import { Cancel01Icon } from "@hugeicons/core-free-icons" import { HugeiconsIcon } from "@hugeicons/react" import { Button } from "@/styles/base-rhea/ui/button" import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/styles/base-rhea/ui/card" import { Field, FieldGroup, FieldLabel } from "@/styles/base-rhea/ui/field" import { InputGroup, InputGroupAddon, InputGroupInput, InputGroupText, } from "@/styles/base-rhea/ui/input-group" import { Item, ItemContent } from "@/styles/base-rhea/ui/item" import { Select, SelectContent, SelectGroup, SelectItem, SelectTrigger, SelectValue, } from "@/styles/base-rhea/ui/select" import { Separator } from "@/styles/base-rhea/ui/separator" const FROM_ACCOUNTS = [ { label: "Main Checking (··8402) — $12,450.00", value: "checking" }, { label: "Business (··7731) — $8,920.00", value: "business" }, ] const TO_ACCOUNTS = [ { label: "High Yield Savings (··1192) — $42,100.00", value: "savings" }, { label: "Investment (··3349) — $18,200.00", value: "investment" }, ] export function TransferFunds() { return ( Transfer Funds Move money between your connected accounts. Amount to Transfer $ From Account To Account
Estimated arrival Today, Apr 14
Transaction fee $0.00
Total amount $1,200.00
) }