Money field with a leading currency symbol, right-aligned mono amount, and a unit label.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input7 } from "@/components/beste/piece/input7";
<Input7
currency="$"
amount="12,480.00"
unit="USD"
/>