Skip to main content
Forms

Rich text editor

Accessible, feature-composed rich-text editor wrapping Lexical with a dynamic toolbar.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjRichTextEditorComponent } from '@kouji-ui/components';
04

Playground

#playground
features
<kj-rich-text-editor
  kjLabel="Message"
  kjPlaceholder="Start writing…"
/>