Initial import

This commit is contained in:
how2ice
2026-04-21 03:33:23 +09:00
commit 9e4b70f1f1
495 changed files with 94680 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# Codex Diff Previewer
## 목적
변경 파일의 전체 소스와 raw diff를 codex 스타일 아코디언으로 함께 보여주는 공통 preview 컴포넌트입니다.
## 폴더 구조
```text
src/components/previewer
├─ CodexDiffBlock.tsx
├─ CodexDiffPreviewer.tsx
├─ CodexDiffPreviewer.css
├─ samples/
│ └─ CodexDiffSample.tsx
└─ index.ts
```
## 주요 props
- `files`
- `diffText`
- `title`
- `description`
- `height`
## 공통 사용처
- 작업일지 `## 소스`
- 일반 문서의 ````diff```` 코드 블록
- previewer 샘플 갤러리
## 샘플
- 대표 샘플: `src/components/previewer/samples/CodexDiffSample.tsx`