collaborative-ui
Version:
React component library for building real-time collaborative editing applications.
27 lines (15 loc) • 413 B
Markdown
# 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).