0.1.8 • Published 6 years ago

crypto-currency-icon v0.1.8

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

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 classNameimages
14px × 14pxminiBitcoin
20px × 20pxsmallBitcoin
30px × 30pxmediumBitcoin
50px × 50pxlargeBitcoin
100px × 100pxbigBitcoin

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

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago