Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philschatz/react-octicons
- Owner: philschatz
- Created: 2016-12-29T09:48:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T17:20:16.000Z (almost 6 years ago)
- Last Synced: 2024-09-20T08:08:03.524Z (4 months ago)
- Topics: octicons, octicons-helper, react, svg, svg-icons
- Language: JavaScript
- Size: 15.6 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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