React component library for building real-time collaborative editing applications.
npm install collaborative-uicollaborative-ui is a library of React components designed for building rich
real-time collaborative editing experiences.
Installation:
```
npm install json-joy collaborative-ui
Usage:
`tsx
import {MyComponent} from 'collaborative-ui/lib/MyComponent';
``
See storybook demos.