DOCS
v0.4

AI Components / Collaborative Editor

Collaborative Editor

Text editor with cursor presence indicators and word count.

ai-devops v0.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

PropTypeDefaultDescription
content string Editor content
editable boolean true Enable editing
placeholder string Placeholder

Events

EventDetailDescription
ai-editor-change {content} Content changed