collaboration-tool-tasks-list
npm install --save collaboration-tool-tasks-list
import React, { Component } from 'react'
import MyComponent from 'collaboration-tool-tasks-list'
import 'collaboration-tool-tasks-list/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © FanarSoft