Socket
Socket
Sign inDemoInstall

coinmarketcap-cryptocurrency-icons

Package Overview
Dependencies
8
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coinmarketcap-cryptocurrency-icons

CoinMarketCap React cryptocurrency-icons package


Version published
Weekly downloads
13
increased by116.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

coinmarketcap-cryptocurrency-icons

Flexible and easy to use react crypto-icons package.

Installation

NPM

  npm i coinmarketcap-cryptocurrency-icons

Usage

import React from "react";
import { Icon } from "coinmarketcap-cryptocurrency-icons";

function App() {
  return (
    <div>
      <Icon i="eth" size={32} />
    </div>
  );
}

export default App;

Common props

NameDescriptionDefaultType
iIcon shortcut namestring
sizeDesire size of icon'32px'string / number

Development

npm i
npm start
npm run build

Licence

MIT

Keywords

FAQs

Last updated on 26 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc