# Collaborative UI Library

`collaborative-ui` is a library of React components designed for building rich
real-time collaborative editing experiences.


## Usage

Installation:

```
npm install json-joy collaborative-ui
```

Usage:

```tsx
import {MyComponent} from 'collaborative-ui/lib/MyComponent';

<MyComponent {...} />
```


## Preview

See [storybook demos](https://streamich.github.io/collaborative-ui).
