react-tb-icons
v1.0.2
Published
icon set to be used or referenced for taskbook
Downloads
9
Readme
react-tb-icons
react form elements for tb
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