Rich text editor
Accessible, feature-composed rich-text editor wrapping Lexical with a dynamic toolbar.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjRichTextEditorComponent } from '@kouji-ui/components';Playground
#playgroundfeatures
<kj-rich-text-editor
kjLabel="Message"
kjPlaceholder="Start writing…"
/>