react-octicons

0.2.0 • Public • Published

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>
    )
  }
}

Package Sidebar

Install

npm i react-octicons

Weekly Downloads

425

Version

0.2.0

License

MIT

Last publish

Collaborators

  • philschatz