Socket
Socket
Sign inDemoInstall

react-octicons

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-octicons

React Components for the GitHub Octicons


Version published
Maintainers
1
Weekly downloads
425
decreased by-23.84%

Weekly downloads

Readme

Source

Octicons for React

NPM version build status dependency status dev dependency status Greenkeeper badge

Install

npm install --save react-octicons

Usage

import React, {Component} from 'react'
import {BeakerIcon, ArrowSmallDownIcon} from 'react-octicons'

export default class MyComponent extents Component {
  render() {
    return (
      <div>
        <h1><BeakerIcon/> Test Lab</h1>
      </div>
    )
  }
}

Keywords

FAQs

Last updated on 09 Aug 2017

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