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