Skip to content

QEDteam/qed-currencies-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QED Currency Calculator

Install

npm i --save qed-currencies-calculator

Preview

Component Preview

    import QedCurrencyCalculator from 'qed-currencies-calculator'
    import 'qed-currencies-calculator/dist/qed-currency-calculator-style.css'

More styles will be available soon.

Usage

Import component

    import QedCurrencyCalculator from 'qed-currencies-calculator'
    import 'qed-currencies-calculator/dist/qed-currency-calculator-style.css'

    const app = new Vue({
        components: {
            QedCurrencyCalculator,
        }
    };

Allowed currencies

    currencies: {
        'EUR',
        'USD',
        'JPY',
        'GBP',
        'BGN',
        'CZK',
        'DKK',
        'HUF',
        'PLN',
        'RON',
        'SEK',
        'CHF',
        'ISK',
        'NOK',
        'HRK',
        'RUB',
        'TRY',
        'AUD',
        'BRL',
        'CNY',
        'HKD',
        'IDR',
        'ILS',
        'INR',
        'KRW',
        'MXN',
        'MYR',
        'NZD',
        'PHP',
        'SGD',
        'THB',
        'ZAR',
    }
<div>
    <qed-currency-calculator/>
</div>

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published