react-webfont-cryptocoins
v1.1.0
Published
React Component wrapper around cryptocoins (https://github.com/AllienWorks/cryptocoins) using webfonts
Downloads
15
Maintainers
Readme
react-webfont-cryptocoins
React Component wrapper around cryptocoins (https://github.com/AllienWorks/cryptocoins) using webfonts
Install
npm install --save react-webfont-cryptocoins
Usage
import React, { Component } from 'react'
import CryptoIcon from 'react-webfont-cryptocoins'
class Example extends Component {
render () {
return (
<CryptoIcon coin="BTC" />
)
}
}
License
MIT © keyvanm