Apache License, Version 2.0. See Apache License, Version 2.0 for more details.
An c:CurrencyConverter creates an currency conversion component that allows you to convert to and from multiple currencies as you type. The exchange rates are updated on a daily basis, thanks to another GitHub project by hakanensari.
<c:CurrencyConverter selectedFromCurrency="INR"
selectedToCurrency="USD" />
Name | Type | Description |
---|---|---|
selectedFromCurrency | String | Required. Currency from which to convert from. |
selectedToCurrency | String | Required. Currency from which to convert to. |
- Simple, Elegant and Responsive UI.
- On the fly currency conversion (as you type).
- Add more currency support.
- Use of a more standard exchange rates API.
- NA