JSPM

qed-currencies-calculator

1.0.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q37127F
  • License MIT

Simple currency calculator component

Package Exports

  • qed-currencies-calculator

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qed-currencies-calculator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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