eth-icon

1.0.1 • Public • Published

eth-icon

Ethereum Icon Component

npm

Usage

import React from "react";
import EthIcon from "eth-icon";
 
const render = props => (
  <EthIcon
    // Address to draw
    address={props.address}
    // scale * 8 pixel image size
    scale={16}
    // <img> props
    style={{
      background: "red"
    }}
  />
);
 

Package Sidebar

Install

npm i eth-icon

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Unpacked Size

16.1 kB

Total Files

7

Last publish

Collaborators

  • artit91