Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | "Amount" | The label for the input field |
placeholder | string | "0.00" | Placeholder text for the input |
options | { value: string; label: string }[] | [{value: "usd", label: "USD"}, ...] | Options for the select dropdown |
defaultValue | string | "usd" | Default selected option |
step | number | 1 | Step increment for numeric input |

