vue-currency-symbol

1.0.2 • Public • Published

# vue-currency-symbol

NPM

npm version

A simple VueJs library that returns different currency badges.

### Installation

 
npm install vue-currency-symbol
 

### Usage To install the plugin, in your entry file, (this is usually src/main.js when you initialize your project using vue-cli), install the plugin using Vue.use().

// - src/main.js
 
import Vue from 'vue'
import CurrencyBadge from 'vue-currency-symbol'
 
...
 
Vue.use(CurrencyBadge)
 
...
 

Use currencySymbol(countryName) to get the corresponding country currency badge/symbol. Also, passing in currency name or country abbreviation would also return the currency badge.

#### Note Use as a value of v-html directive.

#### Example

Adding <span v-html="currencySymbol('japan')"></span> to the element you want to use the symbol returns Japanese Yen symbol. // ¥

Dependencies (0)

    Dev Dependencies (17)

    Package Sidebar

    Install

    npm i vue-currency-symbol

    Weekly Downloads

    179

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    724 kB

    Total Files

    8

    Last publish

    Collaborators

    • cejowisz