react-currency-icons

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-currency-icons

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

253 kB

Total Files

6

Last publish

Collaborators

  • purush97k