Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#706][3.0] ContextMenu 컴포넌트 개발 #713

Merged
merged 2 commits into from
Nov 13, 2020
Merged

Conversation

kdeun1
Copy link
Contributor

@kdeun1 kdeun1 commented Nov 13, 2020

################

  • 컨텍스트메뉴의 템플릿 구조를 body에 teleport 시키는 래핑 컴포넌트와 실제 보여지는 항목 UL, LI로 구성된 메뉴리스트 컴포넌트 분리 개발
  • nested 구조인 경우 자식을 recusive하게 호출하여 DOM의 depth가 깊어지는 구조
  • 모듈 리펙토링 및 JSDoc 작성
  • DOCS context menu 예제 및 설명MD 작성
  • DOCS context menu 메뉴 router 추가
  • DOCS 메인 화면 구조 변경

kimdoeun added 2 commits November 13, 2020 15:22
################
- 컨텍스트메뉴의 템플릿 구조를 body에 teleport 시키는 래핑 컴포넌트와 실제 보여지는 항목 UL, LI로 구성된 메뉴리스트 컴포넌트 분리 개발
- nested 구조인 경우 자식을 recusive하게 호출하여 DOM의 depth가 깊어지는 구조
- 모듈 리펙토링 및 JSDoc 작성
- DOCS context menu 예제 및 설명MD 작성
- DOCS context menu 메뉴 router 추가
- DOCS 메인 화면 구조 변경
################
- props의 validator를 추가하여 click속성은 function type으로 children속성은 [] type으로 받을 수 있도록 함
@mmindy mmindy merged commit a6eed9a into 3.0 Nov 13, 2020
@mmindy mmindy deleted the 706_3.0_context_menu branch November 13, 2020 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants