Lightweight markdown-style editor for comments and descriptions.
RichTextEditor is deliberately small. It is not a full document editor; it gives product teams enough formatting for comments, descriptions, release notes, and internal review text.
Toolbar actions insert markdown-style formatting into the textarea.
<RichTextEditor defaultValue="Ship polished component docs." minRows={5} />import { RichTextEditor } from "@froggdesign/enter-ui-react";The toolbar is labelled and every formatting control is a button with aria-pressed. The editor body remains a native textarea for predictable keyboard and assistive technology behavior.
value, defaultValue, and onValueChange.placeholder, disabled, and minRows.toolbar={false} hides toolbar controls.toolbar={["bold", "italic"]} narrows available actions.RichTextEditor uses .eui-rich-text-editor classes and FroggDesign tokens for the toolbar, controls, textarea, focus ring, and disabled state.