React Component wrapper around cryptocoins (https://github.com/AllienWorks/cryptocoins) using webfonts
npm install react-webfont-cryptocoins> React Component wrapper around cryptocoins (https://github.com/AllienWorks/cryptocoins) using webfonts
 
``bash`
npm install --save react-webfont-cryptocoins
`jsx
import React, { Component } from 'react'
import CryptoIcon from 'react-webfont-cryptocoins'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © keyvanm