# Installation

```bash
npm install @credenceanalytics/chat --save
```

##  Usage

```js

import Chat from '@credenceanalytics/chat'

export default {
    ...
    components: {
        Chat
    }
}
```
