8000 GitHub - philschatz/react-octicons: React Components for the GitHub Octicons
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

philschatz/react-octicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React Components for the GitHub Octicons

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0