1.0.3 • Published 4 years ago

react-currency-icons v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-currency-icons

A react component to display popular currency icons

NPM JavaScript Style Guide

Install

npm install --save react-currency-icons

Usage

import React, { Component } from 'react'

import Currency from 'react-currency-icons'

class Example extends Component {
  render() {
    return <Currency code="USD" size="small" />
  }
}

Available Currencies

USD,INR,EUR,GBP,RUB,KRW,CRC,VND,AWG,PYG,LAK,ITL,NGN,MXN,CNY,ILS,TWD,KZT

Available Sizes

small,medium,large,xlarge

Props

code , size

License

MIT © problemsolver03