# collaboration-tool-core

> collaboration-tool-core

[![NPM](https://img.shields.io/npm/v/collaboration-tool-core.svg)](https://www.npmjs.com/package/collaboration-tool-core) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save collaboration-tool-core
```

## Usage

```tsx
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 />
  }
}
```

## License

MIT © [FanarSoft](https://github.com/FanarSoft)
