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

30
docs/components/previewer-ui.md Executable file
View File

@@ -0,0 +1,30 @@
# Previewer UI
## 목적
다양한 데이터를 공통 카드 형태로 미리보기할 수 있는 previewer 컴포넌트입니다.
## 지원 타입
- `text`
- `json`
- `code`
- `image`
- `markdown`
- `empty`
## 추가로 유용한 preview 타입
- `markdown`: 작업일지, 문서 미리보기
- `empty`: 파일 미선택, 데이터 없음 상태
## 주요 props
- `type`
- `title`
- `description`
- `value`
- `language`
- `imageAlt`
- `height`
- `toolbar`