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

keyvanm/react-webfont-cryptocoins

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published