RichTextEditor
shell마크다운 리치 텍스트 에디터. 서식 툴바 + textarea 조합.
100%
테스트 커버리지
2026년 2월 4일생성된 테스트 결과를 찾지 못했습니다.
RichTextEditor 항목이 문서 메타에 연결되어 있지만 현재 생성 파일에는 없습니다.
테스트를 추가한 뒤 `bun run generate:test-results`를 실행하거나 `testDescribe` 매핑을 다시 확인하세요.
RichTextEditor Props
| Prop | 타입 | 기본값 | 설명 |
|---|---|---|---|
value* | string | — | 텍스트 값 |
onChange* | (value: string) => void | — | 변경 콜백 |
placeholder | string | "Write something…" | 플레이스홀더 |
toolbar | ToolbarAction[] | ["bold","italic","code","link","heading","list","quote"] | 툴바 액션 목록 |
className | string | — | 커스텀 CSS 클래스 |
Import
tsx
import { RichTextEditor } from "@reopt-ai/opt-ui";