Skip to content

pranavraulkar/lightning-currencyconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

License

Apache License, Version 2.0. See Apache License, Version 2.0 for more details.

Description

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.

Usage

<c:CurrencyConverter selectedFromCurrency="INR" 
			selectedToCurrency="USD" />

Attributes

Name Type Description
selectedFromCurrency String Required. Currency from which to convert from.
selectedToCurrency String Required. Currency from which to convert to.

Features

  • Simple, Elegant and Responsive UI.
  • On the fly currency conversion (as you type).

To-Do

  • Add more currency support.
  • Use of a more standard exchange rates API.

Dependencies

  • NA

Screenshots

Fig 1: Setup:

Fig 1: Setup:

Fig 2: Working:

Fig 2: Working:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published