Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 728 Bytes

File metadata and controls

31 lines (21 loc) · 728 Bytes

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