1.1.0 • Published 6 years ago

react-webfont-cryptocoins v1.1.0

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

react-webfont-cryptocoins

React Component wrapper around cryptocoins (https://github.com/AllienWorks/cryptocoins) using webfonts

NPM JavaScript Style Guide

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