react-tb-icons

icon set to be used or referenced for taskbook

Usage no npm install needed!

<script type="module">
  import reactTbIcons from 'https://cdn.skypack.dev/react-tb-icons';
</script>

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