Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coinmarketcap-cryptocurrency-icons

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinmarketcap-cryptocurrency-icons

CoinMarketCap React cryptocurrency-icons package

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 26 Jun 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc