Data/Rich Editor
Rich Editor
A lightweight rich text editor with a formatting toolbar. Supports bold, italic, underline, strikethrough, ordered lists, and unordered lists.
import { RichEditor } from "@animui/ui"Basic
Controlled with HTML output
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | HTML string content (controlled). |
onChange | (value: string) => void | — | Called on every content change with the current HTML string. |
placeholder | string | "Start typing…" | Placeholder text shown when the editor is empty. |
className | string | — | Additional classes for the outer wrapper. |
Formatting shortcuts
- Ctrl+B Bold
- Ctrl+I Italic
- Ctrl+U Underline