Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philschatz/react-octicons

React Components for the GitHub Octicons
https://github.com/philschatz/react-octicons

octicons octicons-helper react svg svg-icons

Last synced: 4 months ago
JSON representation

React Components for the GitHub Octicons

Awesome Lists containing this project

README

        

# Octicons for React

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![dependency status][dependency-image]][dependency-url]
[![dev dependency status][dev-dependency-image]][dev-dependency-url]
[![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]

# Install

```sh
npm install --save react-octicons
```

# Usage

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

export default class MyComponent extents Component {
render() {
return (


Test Lab



)
}
}
```

[npm-image]: https://img.shields.io/npm/v/react-octicons.svg
[npm-url]: https://npmjs.org/package/react-octicons
[travis-image]: https://img.shields.io/travis/philschatz/react-octicons.svg
[travis-url]: https://travis-ci.org/philschatz/react-octicons
[dependency-image]: https://img.shields.io/david/philschatz/react-octicons.svg
[dependency-url]: https://david-dm.org/philschatz/react-octicons
[dev-dependency-image]: https://img.shields.io/david/dev/philschatz/react-octicons.svg
[dev-dependency-url]: https://david-dm.org/philschatz/react-octicons#info=devDependencies
[greenkeeper-image]: https://badges.greenkeeper.io/philschatz/react-octicons.svg
[greenkeeper-url]: https://greenkeeper.io