A react component to display popular currency icons
npm install react-currency-icons> A react component to display popular currency icons
 
``bash`
npm install --save react-currency-icons
`jsx
import React, { Component } from 'react'
import Currency from 'react-currency-icons'
class Example extends Component {
render() {
return
}
}
``
MIT © problemsolver03