Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-tb-icons

yingchangwu4MIT1.0.2

icon set to be used or referenced for taskbook

readme

react-tb-icons

react form elements for tb

NPM JavaScript Style Guide

Install

npm install --save react-tb-icons

Usage

import React, { Component } from 'react'

import MyComponent from 'react-tb-icons'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © yingchangwu