crypto-currency-icon

0.1.8 • Public • Published

crypto-currency-icon

APB CSS (Atomic Parts Base CSS) Architecture Base CryptoCurrency Icon CSS Style

Crypto Currency Icon

Table of contents

Quick start

included html

<link rel="stylesheet" href="css/crypto-currency-icon.css">

Install with npm:

$ npm install crypto-currency-icon

SCSS

@import "/node_modules/crypto-currency-icon/dist/crypto-currency-icon.css";

HTML

example:

Bitcoin

Bitcoin

<p class="icon cryptoCoin btc"></p>

Ripple

Ripple

<p class="icon cryptoCoin xrp"></p>

add Size Variation.

Ripple

<p class="icon cryptoCoin xrp small"></p>

Icon Size CSS Class

size (px) css className images
14px × 14px mini Bitcoin
20px × 20px small Bitcoin
30px × 30px medium Bitcoin
50px × 50px large Bitcoin
100px × 100px big Bitcoin

Retina Display Image size.

Clone the repo:

$ git clone --recursive git@github.com:webcyou/crypto-currency-icon.git

Documentation

CryptoCurrency Icon CSS Style documentation, included in this repo in the root directory, is built with Hugo.

CryptoCurrency Icon CSS

Start Develop

Clone the repo:

$ git clone --recursive git@github.com:webcyou/crypto-currency-icon.git
$ cd crypto-currency-icon
$ npm install

If necessary, install Hugo and other Go.

$ brew install hugo
$ npm run start

Open http://localhost:1313 in your browser.

Creators

Daisuke Takayama

Copyright and license

MIT

Package Sidebar

Install

npm i crypto-currency-icon

Weekly Downloads

2

Version

0.1.8

License

MIT

Unpacked Size

2.19 MB

Total Files

141

Last publish

Collaborators

  • daisuke.takayama