AI Components / Collaborative Editor
Collaborative Editor
Text editor with cursor presence indicators and word count.
ai-devopsv0.5.0
Playground
Examples
Editor
<ai-collaborative-editor placeholder="Start typing..." content="Analyze Q4 revenue data focusing on enterprise segment growth." style="max-width:500px;"></ai-collaborative-editor>Import
import { AiCollaborativeEditor } from '@cognivo/components';// Or tree-shake: import '@cognivo/components/ai-collaborative-editor';Per-component imports ship only that component (~8 kB gzip).
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
content | string | — | Editor content |
editable | boolean | true | Enable editing |
placeholder | string | — | Placeholder |
Events
| Event | Detail | Description |
|---|---|---|
ai-editor-change | {content} | Content changed |