From d8073cf6cd7bfb12d4f213e31f976e905b4f4bc7 Mon Sep 17 00:00:00 2001 From: minkyu-yi Date: Tue, 3 May 2016 16:36:57 +0900 Subject: [PATCH 01/68] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4126d01..5c04518 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| |[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| +|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| From a4f869caddfcab5c258f2c9009f85abbb61e312f Mon Sep 17 00:00:00 2001 From: minkyu-yi Date: Wed, 25 May 2016 21:43:23 +0900 Subject: [PATCH 02/68] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c04518..f335fa3 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Sample]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Sample]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| |[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial)| @@ -64,7 +66,9 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 ||type.js|타입 체크 모듈|| ||window.js|윈도우 객체 관련 모듈|| - -
+## Domutil +|Name|Description|Documentation| +| ---- | ---- | ---- | +|[domutil](https://github.com/nhnent/tui.domutil/)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.domutil/latest/index.html), [[Download]](https://github.com/nhnent/tui.domutil/)| ## License [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. From a07c00c1f9c8a02f72d344a34b87b11bb9dd2da7 Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Thu, 26 May 2016 14:19:10 +0900 Subject: [PATCH 03/68] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f335fa3..937c2bb 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,19 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| |[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Download]](https://github.com/nhnent/tui.component.file-uploader), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial)| +|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드|[[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Sample]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| -|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드|[[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Sample]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Download]](https://github.com/nhnent/tui.component.file-uploader), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| +
## Mobile Component |Name|Description|Documentation| From ff1c02a5bf9a140d76ee178e376784211491e211 Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Thu, 26 May 2016 21:07:30 +0900 Subject: [PATCH 04/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 937c2bb..23e9087 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Sample]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Sample]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| |[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Download]](https://github.com/nhnent/tui.component.file-uploader), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| From 64c5e15e5d132b2ab8d273d9399e78ade1511984 Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Fri, 27 May 2016 10:16:54 +0900 Subject: [PATCH 05/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e9087..0176b06 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| |[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Download]](https://github.com/nhnent/tui.component.file-uploader), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial)| From 18a81b34f40b0f53ad0971358d6ba095457a4947 Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Fri, 27 May 2016 10:19:00 +0900 Subject: [PATCH 06/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0176b06..42289fa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드|[[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Sample]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://github.com/nhnent/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://nhnent.github.io/tui.component.scrollend/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| From a78927ed0affdef729cd21cb1df8182e985d561b Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Fri, 27 May 2016 10:20:07 +0900 Subject: [PATCH 07/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42289fa..44d89ea 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://github.com/nhnent/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://nhnent.github.io/tui.component.scrollend/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://github.com/nhnent/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| From 78f9ac31b79fa1ad76af072e5c2c17bb3267d4d2 Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Fri, 27 May 2016 10:22:41 +0900 Subject: [PATCH 08/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d89ea..fd9194d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://github.com/nhnent/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://github.com/nhnent/tui.component.scrollend/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| From a4fa9fd66b1b0c0521bc76807e9a2ac39e73952b Mon Sep 17 00:00:00 2001 From: seonim-ryu Date: Fri, 27 May 2016 10:25:51 +0900 Subject: [PATCH 09/68] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd9194d..8396a50 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| |[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Download]](https://github.com/nhnent/tui.component.file-uploader), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest), [[Sample]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| @@ -35,7 +35,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://github.com/nhnent/tui.component.scrollend/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| From d48edcdbfbccfab8ba85f51b477f890ea882c973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 10 Nov 2016 12:22:33 +0900 Subject: [PATCH 10/68] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8396a50..4a8d0c5 100644 --- a/README.md +++ b/README.md @@ -31,21 +31,21 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial)| |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| +|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Sample]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| - +|[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)|
## Mobile Component |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Sample]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| -|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Sample]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Flicking-Tutorial)| +|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Flicking-Tutorial)|
## CodeSnippet @@ -67,9 +67,9 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 ||type.js|타입 체크 모듈|| ||window.js|윈도우 객체 관련 모듈|| -## Domutil +## Dom |Name|Description|Documentation| | ---- | ---- | ---- | -|[domutil](https://github.com/nhnent/tui.domutil/)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.domutil/latest/index.html), [[Download]](https://github.com/nhnent/tui.domutil/)| +|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom)| ## License [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. From 5bb0e05240006313c71f8bd0baf8aec125a6af74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Fri, 11 Nov 2016 10:04:57 +0900 Subject: [PATCH 11/68] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a8d0c5..a2775d9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| +|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated 예정| |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Sample]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| From 1e68b674f16a1399cd84f78147a64156384b36aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Fri, 11 Nov 2016 10:05:20 +0900 Subject: [PATCH 12/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2775d9..d69b55f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated 예정| +|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecate 예정| |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Sample]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| From 31c40417891a6546314d5a348da6dba4cecd7fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Wed, 16 Nov 2016 14:29:41 +0900 Subject: [PATCH 13/68] Update README.md Add `tui-jsdoc-template`, `animation component` --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d69b55f..c790b74 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,17 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## Component |Name|Description|Documentation| | ---- | ---- | ---- | +|[Animation](https://github.com/nhnent/tui.component.animation)| 애니메이션 효과 컴포넌트 | [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Sample]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Sample]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| -|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial)| +|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) deprecated | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest), [[Sample]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecate 예정| +|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Sample]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| @@ -68,9 +69,12 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 ||type.js|타입 체크 모듈|| ||window.js|윈도우 객체 관련 모듈|| -## Dom -|Name|Description|Documentation| +## Library + +|Name|Description| Documentation | | ---- | ---- | ---- | |[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom)| +|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| + ## License [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. From b8f9bafd88b9481ab81e4a87442ead177a31a1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Wed, 16 Nov 2016 14:30:57 +0900 Subject: [PATCH 14/68] Update README.md Fix `animation` component download url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c790b74..6f0c0df 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## Component |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.component.animation)| 애니메이션 효과 컴포넌트 | [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete) | +|[Animation](https://github.com/nhnent/tui.component.animation)| 애니메이션 효과 컴포넌트 | [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Sample]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Sample]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| From 6761c1f7e77414b66a8f78084abd356e727a83d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:06:32 +0900 Subject: [PATCH 15/68] Update README.md --- README.md | 61 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 6f0c0df..13e26ea 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ FE개발 ====================== -FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
-배포되는 산출물은 FE개발팀에서 개발/관리하며 [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다.
-단, FE개발팀의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
-추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhnent/fe.javascript/issues) 또는 [[FE개발팀 DL]](mailto:dl_javascript@nhnent.com)을 이용해주세요.
+FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
+배포되는 산출물은 FE개발랩에서 개발/관리하며 [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다.
+단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
+추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhnent/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhnent.com)을 이용해주세요.

## 자바스크립트 개발 가이드 @@ -15,45 +15,46 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## Application |Name|Description|Documentation| | ---- | ---- | ---- | -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Sample]](https://nhnent.github.io/tui.grid/api/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/설치-및-사용방법)| -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Sample]](http://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/tutorial)| +|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](http://nhnent.github.io/tui.editor/api/latest/), [[Example]](http://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| +|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](http://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)|
## Component |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.component.animation)| 애니메이션 효과 컴포넌트 | [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | -|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Sample]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Sample]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Sample]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| -|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest), [[Sample]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법)| -|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Sample]](https://nhnent.github.io/tui.component.effects/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.effects/), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) deprecated | -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest), [[Sample]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Sample]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| -|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Sample]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| -|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Sample]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor#downloadinstall), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated | -|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Sample]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Sample]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| -|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Sample]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| -|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Sample]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Sample]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.scrollend), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| -|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Sample]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/SimpleGrid-Tutorial)| -|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Sample]](https://nhnent.github.io/tui.component.tree/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.tree), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| -|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-mobile.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/VirtualKeyboard-Tutorial)| -|[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)| +|[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | +|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| +|[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Example]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](http://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| +|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](http://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| +|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](http://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) deprecated | +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](\http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](http://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/Floating-Layer-Tutorial)| +|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| +|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| +|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated | +|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Example]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| +|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](http://nhnent.github.io/tui.component.pagination/latest/), [[Example]](http://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| +|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| +|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](http://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](http://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](http://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](http://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| +|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](http://nhnent.github.io/tui.component.tree/latest/), [[Example]](http://nhnent.github.io/tui.component.tree/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| +|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](http://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](http://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| +|[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)|
## Mobile Component |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Sample]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| -|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Sample]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Flicking-Tutorial)| +|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](http://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| +|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](http://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)|
## CodeSnippet |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/index.html), [[Download]](https://github.com/nhnent/tui.code-snippet/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/FE-CodeSnippet)| +|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/index.html), [[Download]](https://github.com/nhnent/tui.code-snippet/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| ||browser.js|브라우저 검출하는 모듈|| ||collection.js|콜렉션 관련 모듈|| ||customEvent.js|커스텀이벤트 모듈|| @@ -73,7 +74,7 @@ FE개발팀에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description| Documentation | | ---- | ---- | ---- | -|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom)| +|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)| |[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From d351e09db54553beb7a8f2e618e5c1313ffe6061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:11:04 +0900 Subject: [PATCH 16/68] Update README.md --- README.md | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 13e26ea..8a372ab 100644 --- a/README.md +++ b/README.md @@ -15,40 +15,40 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## Application |Name|Description|Documentation| | ---- | ---- | ---- | -|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](http://nhnent.github.io/tui.editor/api/latest/), [[Example]](http://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](http://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| +|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| +|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)|
## Component |Name|Description|Documentation| | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | -|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| +|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [Example](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Example]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](http://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| -|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](http://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| -|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](http://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) deprecated | -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](http://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](\http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](http://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/Floating-Layer-Tutorial)| -|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| -|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](http://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| +|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| +|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) deprecated | +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/Floating-Layer-Tutorial)| +|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| +|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated | -|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.component.layout/latest/), [[Example]](http://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](http://nhnent.github.io/tui.component.pagination/latest/), [[Example]](http://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| -|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](http://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| -|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](http://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](http://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](http://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| -|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](http://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](http://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| -|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](http://nhnent.github.io/tui.component.tree/latest/), [[Example]](http://nhnent.github.io/tui.component.tree/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| -|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](http://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](http://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| +|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| +|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| +|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| +|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| +|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| +|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| |[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)|
## Mobile Component |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](http://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| -|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](http://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)| +|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| +|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)|
## CodeSnippet @@ -71,10 +71,9 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 ||window.js|윈도우 객체 관련 모듈|| ## Library - |Name|Description| Documentation | | ---- | ---- | ---- | -|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)| +|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)| |[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From 06b132406ae14d48bf3bc7a880615b2906ee6515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:11:39 +0900 Subject: [PATCH 17/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a372ab..d570a2c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | -|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [Example](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| +|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Example]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| From 7efadb4658ae538941e16d6905bee43fab6051c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:30:17 +0900 Subject: [PATCH 18/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d570a2c..fcafd83 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## Application |Name|Description|Documentation| | ---- | ---- | ---- | +|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| |[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| |[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)|
## Component From 693d13655b93353c82320f6184ed3a7022e791a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:53:13 +0900 Subject: [PATCH 19/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcafd83..0b44ac1 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description| Documentation | | ---- | ---- | ---- | |[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)| -|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| +|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. From c2c75df83eaa9652071c61da0384ce44e29a1f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:55:25 +0900 Subject: [PATCH 20/68] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b44ac1..5455112 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Example]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| -|[Effects](https://github.com/nhnent/tui.component.effects/)|이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) deprecated | +|[Effects](https://github.com/nhnent/tui.component.effects/) (deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/Floating-Layer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/)|무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) deprecated | +|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| From 80faabc9874e609760d6da0909e6e082c66cd5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 21 Nov 2016 23:55:54 +0900 Subject: [PATCH 21/68] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5455112..6a3f7c3 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Example]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| -|[Effects](https://github.com/nhnent/tui.component.effects/) (deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | +|[Effects](https://github.com/nhnent/tui.component.effects/) (Deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/Floating-Layer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | +|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| From b54fdc950001592c554e2cb94d14830faef010eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 28 Nov 2016 10:18:00 +0900 Subject: [PATCH 22/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3f7c3..021a08a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| -|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| +|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| From 08a02aeb91e1061fc8cc392c8446148a5e0e89fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 29 Nov 2016 17:17:47 +0900 Subject: [PATCH 23/68] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 021a08a..17fdd78 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[Effects](https://github.com/nhnent/tui.component.effects/) (Deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/Floating-Layer-Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| -|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.component.placeholder.git), [[Tutorial]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html)| +|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| From f6daf369315d45bb1d9ca062a9d11eeaef2f6499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 29 Nov 2016 17:19:12 +0900 Subject: [PATCH 24/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17fdd78..71f0420 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[Effects](https://github.com/nhnent/tui.component.effects/) (Deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.floatinglayer/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | From 22fb2cabf0fcf9a399a9f4d4c91e7985ebd407de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 29 Nov 2016 17:19:52 +0900 Subject: [PATCH 25/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f0420..c2ff9f7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Effects](https://github.com/nhnent/tui.component.effects/) (Deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| -|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| +|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| From efc943b3b80c9d8d07e1af220fa6f115d0dfb5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=A0=95=ED=99=98?= Date: Thu, 12 Jan 2017 11:50:43 +0900 Subject: [PATCH 26/68] TUI Chart Example page link modify Fixes broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ff9f7..5b6099b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## Application |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| +|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| |[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| |[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| From 9a3e44a35b663dafb4752e5981243f742ef420be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 21 Feb 2017 10:21:39 +0900 Subject: [PATCH 27/68] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b6099b..047d801 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| -|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| +|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| |[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
@@ -25,22 +25,22 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.calendar/)|캘린더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.calendar/latest/), [[Example]](https://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki)| +|[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Merging with DatePicker)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| -|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.component.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| +|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[Effects](https://github.com/nhnent/tui.component.effects/) (Deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/File-Uploader-Tutorial)| +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-Tutorial)| +|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| -|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tree-Tutorial)| +|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| |[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)|
From fb066f33c0e180c65c1c3d32aeb97139328127da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 21 Feb 2017 10:22:52 +0900 Subject: [PATCH 28/68] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 047d801..210b928 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,10 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Merging with DatePicker)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| -|[Effects](https://github.com/nhnent/tui.component.effects/) (Deprecated) |이펙트 컴포넌트|[[API]](https://nhnent.github.io/tui.component.effects/latest), [[Example]](https://nhnent.github.io/tui.component.effects/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.effects/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.effects/wiki/Effects-Tutorial) | |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| -|[InfiniteScroll](https://github.com/nhnent/tui.component.infinite-scroll/) (Deprecated) |무한 스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.infinite-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.infinite-scroll/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.infinite-scroll/), [[Tutorial]](https://github.com/nhnent/tui.component.infinite-scroll/wiki/InfiniteScroll-Tutorial) | |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| From 0d2ca1112333c6ec4d18ee045c7fc773d75b6dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 21 Feb 2017 10:22:59 +0900 Subject: [PATCH 29/68] Update From 83cb5f5df9483c9321c3e47763b97a571551d503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 21 Feb 2017 10:25:04 +0900 Subject: [PATCH 30/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 210b928..2a07d7f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Merging with DatePicker)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.component.file-uploader/latest/tutorial-samedomain.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| From 835870235772ad718b21333adb3d7419e4fc2638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 21 Feb 2017 10:26:36 +0900 Subject: [PATCH 31/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a07d7f..d114b0b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Merging with DatePicker)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| From 54ad6e8d594ac0d8394292a826911832f4eb2256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 21 Feb 2017 19:50:54 +0900 Subject: [PATCH 32/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d114b0b..c0e85d1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Pagination-tutorial)| +|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| From 3081bfd68d1d4ac68c5e4af104e210686744e34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Mon, 20 Mar 2017 13:53:44 +0900 Subject: [PATCH 33/68] Update README.md Update markdown --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0e85d1..f932853 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,12 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 ## 자바스크립트 개발 가이드 자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. + > [자바스크립트 개발 가이드](https://github.com/nhnent/fe.javascript/wiki) 바로가기
## Application + |Name|Description|Documentation| | ---- | ---- | ---- | |[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| @@ -21,6 +23,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
## Component + |Name|Description|Documentation| | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | @@ -41,8 +44,10 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| |[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)| +
## Mobile Component + |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| @@ -69,6 +74,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 ||window.js|윈도우 객체 관련 모듈|| ## Library + |Name|Description| Documentation | | ---- | ---- | ---- | |[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)| From a2e5dc69725401f7b50a6b90f05738d70ba41648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Mon, 20 Mar 2017 13:54:46 +0900 Subject: [PATCH 34/68] Update README.md --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f932853..74c9451 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
## 자바스크립트 개발 가이드 + 자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. @@ -55,23 +56,24 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
## CodeSnippet + |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | |[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/index.html), [[Download]](https://github.com/nhnent/tui.code-snippet/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| -||browser.js|브라우저 검출하는 모듈|| -||collection.js|콜렉션 관련 모듈|| -||customEvent.js|커스텀이벤트 모듈|| -||defineClass.js|클래스 관련 모듈|| -||defineNamespace.js|네임스페이스 관련 모듈|| -||enum.js|상수 관련 모듈|| -||exMap.js|맵 관련 모듈|| -||func.js|함수 관련 모듈|| -||hashMap.js|해시맵 관련 모듈|deprecate 예정| -||inheritance.js|간단한 상속 모듈|| -||object.js|객체 관련 모듈|| -||string.js|문자열 관련 모듈|| -||type.js|타입 체크 모듈|| -||window.js|윈도우 객체 관련 모듈|| +| |browser.js|브라우저 검출하는 모듈|| +| |collection.js|콜렉션 관련 모듈|| +| |customEvent.js|커스텀이벤트 모듈|| +| |defineClass.js|클래스 관련 모듈|| +| |defineNamespace.js|네임스페이스 관련 모듈|| +| |enum.js|상수 관련 모듈|| +| |exMap.js|맵 관련 모듈|| +| |func.js|함수 관련 모듈|| +| |hashMap.js|해시맵 관련 모듈|deprecate 예정| +| |inheritance.js|간단한 상속 모듈|| +| |object.js|객체 관련 모듈|| +| |string.js|문자열 관련 모듈|| +| |type.js|타입 체크 모듈|| +| |window.js|윈도우 객체 관련 모듈|| ## Library From abfd4172d9167d88aca9b6eee10c0e61dc0fd14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Mon, 20 Mar 2017 13:55:15 +0900 Subject: [PATCH 35/68] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 74c9451..652745b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhnent/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhnent.com)을 이용해주세요.

+ ## 자바스크립트 개발 가이드 자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
@@ -14,6 +15,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 > [자바스크립트 개발 가이드](https://github.com/nhnent/fe.javascript/wiki) 바로가기
+ ## Application |Name|Description|Documentation| @@ -23,6 +25,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
+ ## Component |Name|Description|Documentation| @@ -47,6 +50,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)|
+ ## Mobile Component |Name|Description|Documentation| @@ -55,6 +59,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)|
+ ## CodeSnippet |Name|Category|Description|Documentation| @@ -83,4 +88,5 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License + [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. From 6ca4c883f870ea0e5c1ef23b95b5939c935aebaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Mon, 26 Jun 2017 10:14:37 +0900 Subject: [PATCH 36/68] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 652745b..1dbaa1a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Merging with DatePicker)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| +|[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| @@ -44,7 +44,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| -|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| +|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| |[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)| From f76e7f1812638567a6a4dc7c5e8f75cd0dfa371a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Thu, 6 Jul 2017 11:24:49 +0900 Subject: [PATCH 37/68] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dbaa1a..8fc6c53 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| |[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example01.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
@@ -32,7 +32,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.date-picker/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| +|[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| From c08d83667a505509891d8b52e174d80fc05f34c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EA=B7=9C?= Date: Thu, 6 Jul 2017 11:25:57 +0900 Subject: [PATCH 38/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc6c53..f9f8205 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| |[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](https://nhnent.github.io/tui.grid/api/tutorial-example01.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
From ac622a6a9ad43c1f4172f4a8c0b2c2f264fbdf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 6 Jul 2017 11:32:24 +0900 Subject: [PATCH 39/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f8205..d338a88 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | |[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Calendar.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-calendars.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki/Options)| +|[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.calendar/latest/), [[Example]](http://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| From 0d1c8b280ff3186ba629e622f3fc7da2ce3d2449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 19 Jul 2017 21:18:21 +0900 Subject: [PATCH 40/68] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3abb21d..d680812 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2015 NHN Entertainment Corp. +Copyright (c) 2017 NHN Entertainment Corp. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 6be57a75679bfdbbbb683eb005170f8f5b56785d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 19 Jul 2017 21:27:08 +0900 Subject: [PATCH 41/68] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d338a88..5219685 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,20 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | -|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| +|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| |[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.calendar/latest/), [[Example]](http://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| +|[ColorPicker](https://github.com/nhnent/tui.component.colorpicker/)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.colorpicker/latest/), [[Example]](http://nhnent.github.io/tui.component.colorpicker/latest/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/tui.component-colorpicker/tree/master/dist), [[Tutorial]](https://github.nhnent.com/fe/tui.component-colorpicker/wiki/API-Documentation)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트 메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅 레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| |[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Tutorial)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| From 7bd1e69209f3c3a42ae7b5775f4145da9db0cf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 9 Aug 2017 17:19:44 +0900 Subject: [PATCH 42/68] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5219685..9e7876b 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,18 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.calendar/latest/), [[Example]](http://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| |[ColorPicker](https://github.com/nhnent/tui.component.colorpicker/)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.colorpicker/latest/), [[Example]](http://nhnent.github.io/tui.component.colorpicker/latest/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/tui.component-colorpicker/tree/master/dist), [[Tutorial]](https://github.nhnent.com/fe/tui.component-colorpicker/wiki/API-Documentation)| |[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트 메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| -|[DatePicker](https://github.com/nhnent/tui.component.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.date-picker/latest/Datepicker.html), [[Example]](https://nhnent.github.io/tui.component.date-picker/latest/tutorial-datepicker-basic.html), [[Download]](https://github.com/nhnent/tui.component.date-picker/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.date-picker/wiki)| +|[DatePicker](https://github.com/nhnent/tui.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Download]](https://github.com/nhnent/tui.date-picker/tree/production/dist), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅 레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| |[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| |[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.component.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.component.pagination/latest/), [[Example]](https://nhnent.github.io/tui.component.pagination/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.pagination/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.pagination/wiki/Tutorial)| +|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Download]](https://github.com/nhnent/tui.pagination/tree/production/dist), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| |[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| +|[TimePicker](https://github.com/nhnent/tui.time-picker/)|타임 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Download]](https://github.com/nhnent/tui.time-picker/tree/production/dist), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| |[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)| From 0c67b6fae8b7125d9ae330837c7728560bb98b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 10 Aug 2017 20:17:24 +0900 Subject: [PATCH 43/68] Update README.md --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 9e7876b..09a1bd5 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Download]](https://github.com/nhnent/tui.chart/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| -|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Download]](https://github.com/nhnent/tui.editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01.html), [[Download]](https://github.com/nhnent/tui.grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| +|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/),[[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| +|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
@@ -30,26 +30,26 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.animation/tree/master/dist) | -|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.auto-complete/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.calendar/latest/), [[Example]](http://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.calendar/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| -|[ColorPicker](https://github.com/nhnent/tui.component.colorpicker/)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.colorpicker/latest/), [[Example]](http://nhnent.github.io/tui.component.colorpicker/latest/tutorial-sample1.html), [[Download]](https://github.nhnent.com/fe/tui.component-colorpicker/tree/master/dist), [[Tutorial]](https://github.nhnent.com/fe/tui.component-colorpicker/wiki/API-Documentation)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트 메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.contextmenu/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| -|[DatePicker](https://github.com/nhnent/tui.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Download]](https://github.com/nhnent/tui.date-picker/tree/production/dist), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki)| -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.file-uploader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅 레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| -|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.gesture-reader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| -|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Download]](https://github.com/nhnent/tui.component.image-editor/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| -|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Download]](https://github.com/nhnent/tui.component.layout/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Download]](https://github.com/nhnent/tui.pagination/tree/production/dist), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki)| -|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.placeholder/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| -|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.rolling/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.scrollend/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| -|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.simple-grid/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| -|[TimePicker](https://github.com/nhnent/tui.time-picker/)|타임 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Download]](https://github.com/nhnent/tui.time-picker/tree/production/dist), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki)| -|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Download]](https://github.com/nhnent/tui.component.tree/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| -|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Download]](https://github.com/nhnent/tui.component.virtual-keyboard/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| -|[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Download]](https://github.com/nhnent/tui.component.virtual-scroll/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)| +|[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html)| +|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| +|[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.calendar/latest/), [[Example]](http://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| +|[ColorPicker](https://github.com/nhnent/tui.component.colorpicker/)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.colorpicker/latest/), [[Example]](http://nhnent.github.io/tui.component.colorpicker/latest/tutorial-sample1.html), [[Tutorial]](https://github.nhnent.com/fe/tui.component-colorpicker/wiki/API-Documentation)| +|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트 메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| +|[DatePicker](https://github.com/nhnent/tui.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki)| +|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅 레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| +|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| +|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| +|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| +|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki)| +|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| +|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| +|[TimePicker](https://github.com/nhnent/tui.time-picker/)|타임 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki)| +|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| +|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| +|[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)|
@@ -57,8 +57,8 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Download]](https://github.com/nhnent/tui.component.m-app-loader/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| -|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Download]](https://github.com/nhnent/tui.component.m-flicking/tree/master/dist), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)| +|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| +|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)|
@@ -66,7 +66,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/index.html), [[Download]](https://github.com/nhnent/tui.code-snippet/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| +|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/index.html), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| | |browser.js|브라우저 검출하는 모듈|| | |collection.js|콜렉션 관련 모듈|| | |customEvent.js|커스텀이벤트 모듈|| @@ -86,7 +86,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description| Documentation | | ---- | ---- | ---- | -|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)| +|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/)| |[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From 1dc13bfcacffc1ee08d64cdb3a4bd153e4d85e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Fri, 22 Sep 2017 12:02:28 +0900 Subject: [PATCH 44/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a1bd5..875ca14 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| +|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend) (Deprecated)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| |[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| |[TimePicker](https://github.com/nhnent/tui.time-picker/)|타임 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| From 31f41381ef568684431e102cce404df24245c7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Tue, 26 Sep 2017 10:46:47 +0900 Subject: [PATCH 45/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 875ca14..76b7f3a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.component.m-app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-app-loader/latest/), [[Example]](https://nhnent.github.io/tui.component.m-app-loader/latest/tutorial-tutorial.html), [[Tutorial]](https://github.com/nhnent/tui.component.m-app-loader/wiki/AppLoader-Tutorial)| +|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.app-loader/latest/), [[Example]](https://nhnent.github.io/tui.app-loader/latest/tutorial-tutorial.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/AppLoader-Tutorial)| |[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)|
From d5a75ebd42fbda91016a936dce65efed7d41726b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 27 Sep 2017 12:01:42 +0900 Subject: [PATCH 46/68] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 76b7f3a..7a8d270 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| |[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/),[[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
@@ -30,12 +30,11 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.component.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.component.animation/latest/), [[Example]](https://nhnent.github.io/tui.component.animation/latest/tutorial-example1.html)| -|[AutoComplete](https://github.com/nhnent/tui.component.auto-complete)|검색어 자동완성 컴포넌트|[[API]](https://nhnent.github.io/tui.component.auto-complete/latest/), [[Example]](https://nhnent.github.io/tui.component.auto-complete/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.auto-complete/wiki/Auto-Complete-Tutorial)| -|[Calendar](https://github.com/nhnent/tui.component.calendar/) (Deprecated)|캘린더 컴포넌트|[[API]](http://nhnent.github.io/tui.component.calendar/latest/), [[Example]](http://nhnent.github.io/tui.component.calendar/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.calendar/wiki/Calendar-Tutorial)| -|[ColorPicker](https://github.com/nhnent/tui.component.colorpicker/)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.component.colorpicker/latest/), [[Example]](http://nhnent.github.io/tui.component.colorpicker/latest/tutorial-sample1.html), [[Tutorial]](https://github.nhnent.com/fe/tui.component-colorpicker/wiki/API-Documentation)| -|[ContextMenu](https://github.com/nhnent/tui.component.contextmenu/)|컨텍스트 메뉴 컴포넌트|[[API]](https://nhnent.github.io/tui.component.contextmenu/latest/), [[Example]](https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html), [[Tutorial]](https://github.com/nhnent/tui.component.contextmenu/wiki/English-Version)| -|[DatePicker](https://github.com/nhnent/tui.date-picker/)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki)| +|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example1.html)| +|[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| +|[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example00.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| +|[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| +|[DatePicker](https://github.com/nhnent/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki/Getting-Started)| |[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| |[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅 레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| |[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| @@ -44,8 +43,6 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki)| |[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| |[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[ScrollEnd](https://github.com/nhnent/tui.component.scrollend) (Deprecated)|스크롤엔드 컴포넌트| [[API]](https://nhnent.github.io/tui.component.scrollend/latest/), [[Example]](https://nhnent.github.io/tui.component.scrollend/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.scrollend/wiki/how-to-use-Scrollend)| -|[SimpleGrid](https://github.com/nhnent/tui.component.simple-grid/) (Deprecated)|심플 그리드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.simple-grid/latest/), [[Example]](https://nhnent.github.io/tui.component.simple-grid/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.simple-grid/wiki/Simple-Grid-Tutorial)| |[TimePicker](https://github.com/nhnent/tui.time-picker/)|타임 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki)| |[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| |[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| From 1b61fe60df80a974c64b0fbe0703d0660cf5afad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 27 Sep 2017 12:02:50 +0900 Subject: [PATCH 47/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8d270..1d8cdb6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| -|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/),[[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| +|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| |[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)|
From e1f613a1cb61e99d4a0d735f103db2849ddd7f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 28 Sep 2017 16:23:46 +0900 Subject: [PATCH 48/68] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1d8cdb6..850681d 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,18 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example00.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| |[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki/Getting-Started)| -|[FileUploader](https://github.com/nhnent/tui.component.file-uploader/)|파일 업로더|[[API]](https://nhnent.github.io/tui.component.file-uploader/latest/), [[Example]](http://nhnent.github.io/tui.component.file-uploader/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.component.floatinglayer/)|플로팅 레이어 컴포넌트|[[API]](https://nhnent.github.io/tui.component.floatinglayer/latest/), [[Example]](https://nhnent.github.io/tui.component.floatinglayer/latest/tutorial-default.html), [[Tutorial]](https://github.com/nhnent/tui.component.floatinglayer/wiki/FloatingLayer-Tutorial)| -|[GestureReader](https://github.com/nhnent/tui.component.gesture-reader/)|제스처 리더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.gesture-reader/latest/), [[Example]](https://nhnent.github.io/tui.component.gesture-reader/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.gesture-reader/wiki/Gesture-Reader-Tutorial)| -|[ImageEditor](https://github.com/nhnent/tui.component.image-editor)|이미지 에디터 컴포넌트|[[API]](https://nhnent.github.io/tui.component.image-editor/latest/), [[Example]](https://nhnent.github.io/tui.component.image-editor/latest/tutorial-basic.html), [[Tutorial]](https://github.com/nhnent/tui.component.image-editor/wiki/Basic-Tutorial)| -|[Layout](https://github.com/nhnent/tui.component.layout)|레이아웃 컴포넌트|[[API]](https://nhnent.github.io/tui.component.layout/latest/), [[Example]](https://nhnent.github.io/tui.component.layout/latest/tutorial-auto.html), [[Tutorial]](https://github.com/nhnent/tui.component.layout/wiki/Layout-Tutorial)| -|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki)| -|[Placeholder](https://github.com/nhnent/tui.component.placeholder)|플레이스홀더 컴포넌트|[[API]](https://nhnent.github.io/tui.component.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.component.placeholder/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.placeholder/wiki/Placeholder-Tutorial)| -|[Rolling](https://github.com/nhnent/tui.component.rolling/)|롤링 컴포넌트|[[API]](https://nhnent.github.io/tui.component.rolling/latest/), [[Example]](https://nhnent.github.io/tui.component.rolling/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.rolling/wiki/Rolling-Tutorial)| -|[TimePicker](https://github.com/nhnent/tui.time-picker/)|타임 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki)| -|[Tree](https://github.com/nhnent/tui.component.tree/)|트리 컴포넌트|[[API]](https://nhnent.github.io/tui.component.tree/latest/), [[Example]](https://nhnent.github.io/tui.component.tree/latest/tutorial-example1.html), [[Tutorial]](https://github.com/nhnent/tui.component.tree/wiki/Tutorial)| -|[VirtualKeyboard](https://github.com/nhnent/tui.component.virtual-keyboard/)|가상키보드 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-keyboard/latest/tutorial-desktop.html), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-keyboard/wiki/Virtual-Keyboard-Tutorial)| -|[VirtualScroll](https://github.com/nhnent/tui.component.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.component.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.component.virtual-scroll/latest/tutorial-example.html), [[Tutorial]](https://github.com/nhnent/tui.component.virtual-scroll/wiki/getting-started)| +|[FileUploader](http://nhnent.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.file-uploader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.file-uploader/wiki/Tutorial)| +|[FloatingLayer](https://github.com/nhnent/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.floating-layer/latest/), [[Example]](https://nhnent.github.io/tui.floating-layer/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.floating-layer/wiki/English-Version)| +|[GestureReader](https://github.com/nhnent/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhnent.github.io/tui.gesture-reader/latest/), [[Example]](http://nhnent.github.io/tui.gesture-reader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.gesture-reader/wiki/English-Version)| +|[ImageEditor](https://github.com/nhnent/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.image-editor/latest/), [[Example]](http://nhnent.github.io/tui.image-editor/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.image-editor/wiki/Basic-Tutorial)| +|[Layout](https://github.com/nhnent/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.layout/latest/), [[Example]](https://nhnent.github.io/tui.layout/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.layout/wiki/English-Version)| +|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki/Getting-Started)| +|[Placeholder](https://github.com/nhnent/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.placeholder/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.placeholder/wiki/English-Version)| +|[Rolling](https://github.com/nhnent/tui.rolling)|롤링 컴포넌트|[[API]](http://nhnent.github.io/tui.rolling/latest/), [[Example]](http://nhnent.github.io/tui.rolling/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.rolling/wiki/English-Version)| +|[TimePicker](https://github.com/nhnent/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki/Getting-Started)| +|[Tree](https://github.com/nhnent/tui.tree)|트리 컴포넌트|[[API]](http://nhnent.github.io/tui.tree/latest/), [[Example]](https://nhnent.github.io/tui.tree/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.tree/wiki/Tutorial)| +|[VirtualKeyboard](https://github.com/nhnent/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhnent.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.virtual-keyboard/wiki/English-Version)| +|[VirtualScroll](https://github.com/nhnent/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.virtual-scroll/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.virtual-scroll/wiki/getting-started)|
@@ -54,7 +54,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](https://nhnent.github.io/tui.app-loader/latest/), [[Example]](https://nhnent.github.io/tui.app-loader/latest/tutorial-tutorial.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/AppLoader-Tutorial)| +|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-button.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| |[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)|
@@ -83,7 +83,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description| Documentation | | ---- | ---- | ---- | -|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/)| +|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/)| |[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From 5b6775932fc635e57ce03961385fbfda55e68fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Fri, 13 Oct 2017 10:49:40 +0900 Subject: [PATCH 49/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 850681d..6fa5da4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-button.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| -|[Flicking](https://github.com/nhnent/tui.component.m-flicking/)|플리킹 컴포넌트|[[API]](https://nhnent.github.io/tui.component.m-flicking/latest/), [[Example]](https://nhnent.github.io/tui.component.m-flicking/latest/tutorial-sample1.html), [[Tutorial]](https://github.com/nhnent/tui.component.m-flicking/wiki/Mobile-Flicking-Tutorial)| +|[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki)|
From 48068532750e29d67f53a0dfcddba66e0c552aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Fri, 13 Oct 2017 10:52:10 +0900 Subject: [PATCH 50/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa5da4..9f411f7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-button.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| -|[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki)| +|[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki/English-Version)|
From 509f93e0d60dd6da96311d0eadc5496e983d5645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 10 Jan 2018 19:43:58 +0900 Subject: [PATCH 51/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f411f7..9200224 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example1.html)| +|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example1-basic.html)| |[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| |[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example00.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| |[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| From 6e71a592efaff5ae6451cda7390269c19c0db825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 10 Jan 2018 19:44:42 +0900 Subject: [PATCH 52/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9200224..61754b0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example1-basic.html)| +|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example01-basic.html)| |[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| |[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example00.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| |[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| From 43d0994306dc70aac776e55a39fafe0997cf7e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Jan 2018 22:52:41 +0900 Subject: [PATCH 53/68] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61754b0..b3af991 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-sample01-01-bar-chart.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| +|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| |[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| |[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| @@ -31,12 +31,12 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example01-basic.html)| -|[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| +|[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| |[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example00.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| -|[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| +|[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki/Getting-Started)| |[FileUploader](http://nhnent.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.file-uploader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.floating-layer/latest/), [[Example]](https://nhnent.github.io/tui.floating-layer/latest/tutorial-example01-basic-usage.html), [[Tutorial]](https://github.com/nhnent/tui.floating-layer/wiki/English-Version)| +|[FloatingLayer](https://github.com/nhnent/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.floating-layer/latest/), [[Example]](https://nhnent.github.io/tui.floating-layer/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.floating-layer/wiki/English-Version)| |[GestureReader](https://github.com/nhnent/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhnent.github.io/tui.gesture-reader/latest/), [[Example]](http://nhnent.github.io/tui.gesture-reader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.gesture-reader/wiki/English-Version)| |[ImageEditor](https://github.com/nhnent/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.image-editor/latest/), [[Example]](http://nhnent.github.io/tui.image-editor/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.image-editor/wiki/Basic-Tutorial)| |[Layout](https://github.com/nhnent/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.layout/latest/), [[Example]](https://nhnent.github.io/tui.layout/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.layout/wiki/English-Version)| From fbd02859d91258166b8ad3785bdb0e32d9635693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Jan 2018 22:53:29 +0900 Subject: [PATCH 54/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3af991..81dd3ec 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | ---- | ---- | ---- | |[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example01-basic.html)| |[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| -|[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example00.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| +|[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| |[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| |[DatePicker](https://github.com/nhnent/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki/Getting-Started)| |[FileUploader](http://nhnent.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.file-uploader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.file-uploader/wiki/Tutorial)| From 8e66005d06fdc77750b4b2026b7eec0a86bf11dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Jan 2018 22:58:55 +0900 Subject: [PATCH 55/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81dd3ec..043c454 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-button.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| +|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| |[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki/English-Version)|
From 04ec1aa583612202b201af8c94db31e31a57b9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Jan 2018 23:00:13 +0900 Subject: [PATCH 56/68] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d680812..8ddc2ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2017 NHN Entertainment Corp. +Copyright (c) 2018 NHN Entertainment Corp. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From ab9eee7c922614b85f498d78037ec926536b43db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Jan 2018 23:01:33 +0900 Subject: [PATCH 57/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 043c454..1b7fda6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/index.html), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| +|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| | |browser.js|브라우저 검출하는 모듈|| | |collection.js|콜렉션 관련 모듈|| | |customEvent.js|커스텀이벤트 모듈|| From 972e683dae1c677867bf404c1897f3ca8ee30c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Jan 2018 23:06:44 +0900 Subject: [PATCH 58/68] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1b7fda6..e8179e0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
-## Application +## Applications |Name|Description|Documentation| | ---- | ---- | ---- | @@ -26,7 +26,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
-## Component +## Components |Name|Description|Documentation| | ---- | ---- | ---- | @@ -50,16 +50,14 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
-## Mobile Component +## Mobile Components |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| |[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki/English-Version)| -
- -## CodeSnippet +## Utils |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | @@ -78,13 +76,13 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | |string.js|문자열 관련 모듈|| | |type.js|타입 체크 모듈|| | |window.js|윈도우 객체 관련 모듈|| +|[Dom](https://github.com/nhnent/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/)| ## Library |Name|Description| Documentation | | ---- | ---- | ---- | -|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/)| -|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[Npm]](https://www.npmjs.com/package/tui-jsdoc-template)| +|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From f85831854cbf37f81b8cace8af7f88959eddf460 Mon Sep 17 00:00:00 2001 From: youjung-hong Date: Tue, 6 Mar 2018 10:25:56 +0900 Subject: [PATCH 59/68] doc: update contributing docs --- .github/CONTRIBUTING.md | 10 ++++ .github/ISSUE_TEMPLATE.md | 34 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 39 +++++++++++++ .github/commit-message-convention.md | 49 ++++++++++++++++ .github/contribute-by-reporting-issue.md | 50 ++++++++++++++++ .github/development-environment.md | 55 ++++++++++++++++++ .github/pull-request-guideline.md | 74 ++++++++++++++++++++++++ .github/release-note-guideline.md | 47 +++++++++++++++ .github/repository-setting.md | 35 +++++++++++ 9 files changed, 393 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/commit-message-convention.md create mode 100644 .github/contribute-by-reporting-issue.md create mode 100644 .github/development-environment.md create mode 100644 .github/pull-request-guideline.md create mode 100644 .github/release-note-guideline.md create mode 100644 .github/repository-setting.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..eda4a5c --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# How to Contribute + +> This Guide is base on [CocoaPods](http://guides.cocoapods.org/contributing/contribute-to-cocoapods.html), [ESLint](http://eslint.org/docs/developer-guide/contributing/) + +## [Filing Issues](contribute-by-reporting-issue.md) +Bug Reporting +Propose a New Feature +Requesting a change + +## [Submitting a Pull Request](pull-request-guideline.md) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3c7cd21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ + + + +## Version + + + +## Development Environment +* Browser: +* OS: + +## Install by +- [ ] bower +- [ ] npm +- [ ] I only have `dist/tui-xxx-xxx.js` + +## Current Behavior + + +```javascript +// sample code +``` + +## Expected Behavior + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..af507b5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ +> reference [Vuejs](https://github.com/vuejs/vue/blob/dev/.github/PULL_REQUEST_TEMPLATE.md), [OpenSource.guide](https://opensource.guide/best-practices/) + + + + + Fix: + Resolve: + +### What kind of change does this PR introduce? (check at least one) +- [ ] Bugfix +- [ ] Feature +- [ ] Update +- [ ] Code Style Update +- [ ] Refactor +- [ ] Build-related changes +- [ ] Other, please describe: improvement + +### Does this PR introduce a breaking change? (check one) +- [ ] Yes +- [ ] No + +### Please check if the PR fulfills these requirements +- [ ] It's submitted to `develop` branch, __not__ the `master` branch +- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number) +- [ ] The commit message follows our guidelines +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + +### Other information + +--- +Thank you for your contributing to TUI product. 🎉 😘 ✨ +You can expect a response from a maintainer within 7 days. +If you haven’t heard anything by then, feel free to ping the thread. diff --git a/.github/commit-message-convention.md b/.github/commit-message-convention.md new file mode 100644 index 0000000..a5d4051 --- /dev/null +++ b/.github/commit-message-convention.md @@ -0,0 +1,49 @@ +# Commit Message Convention + +> reference [AngularJS](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelineses), [ESLint]() + +## Commit Message Format + +``` +: Short description (fix #1234) + +Logger description here if necessary + +BREAKING CHANGE: only contain breaking change +``` +* Any line of the commit message cannot be longer 100 characters! + +### Revert +``` +revert: commit + +This reverts commit +More description if needed +``` + +### Type +Must be one of the following: + +* **feat**: A new feature +* **fix**: A bug fix +* **docs**: Documentation only changes +* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) +* **refactor**: A code change that neither fixes a bug nor adds a feature +* **perf**: A code change that improves performance +* **test**: Adding missing or correcting existing tests +* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation generation + +### Subject +* use the imperative, __present__ tense: "change" not "changed" nor "changes" +* don't capitalize first letter +* no dot (.) at the end +* reference GitHub issues at the end. If the commit doesn’t completely fix the issue, then use `(refs #1234)` instead of `(fixes #1234)`. + +### Body + +* use the imperative, __present__ tense: "change" not "changed" nor "changes". +* the motivation for the change and contrast this with previous behavior. + +### BREAKING CHANGE +* This commit contains breaking change(s). +* start with the word BREAKING CHANGE: with a space or two newlines. The rest of the commit message is then used for this. diff --git a/.github/contribute-by-reporting-issue.md b/.github/contribute-by-reporting-issue.md new file mode 100644 index 0000000..e9d9cfa --- /dev/null +++ b/.github/contribute-by-reporting-issue.md @@ -0,0 +1,50 @@ +# Register Issue + +> references [ESLint](http://eslint.org/docs/developer-guide/contributing/) + +## Bug Report +Create a new issue if you found a new issue, or have a question. +Please fill out [issue template]() to help us understand your report. + +## Issue Classification +> references [Robin Powered](https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/), +[roslyn/wiki](https://github.com/dotnet/roslyn/wiki/Labels-used-for-issues), [dany lunny](https://medium.com/@dave_lunny/sane-github-labels-c5d2e6004b63), +[ESLint](http://eslint.org/docs/developer-guide/contributing/working-on-issues) + +### Examination +* **triage** - not yet checked +* **accepted** - issue was checked, and we agree on your report. +* **invalid** - don't fit issue format +* **wontfix** - determined by policy, may be it could resolved by other approach, or it's need much resource than it's usages +* **duplicate** - have similar issue report + +### Type +* **bug** - need fix +* **documentation** - need update document not a code. (e.g. comment, README) +* **feature** - request new feature +* **enhancement** - request updating exist feature +* **question** - can help you by correct miss understanding point + +### Status +* **in progress** - started working +* **in review** - resolved issue, and ready to submit PR for review + +## Communicate with label +As explained above, there are three type of label. Same type cannot assigned at the same type. +It represent progress of issue. If there is no labeling or no comment in 7 days, ping us! + +### Wait Examination +When new issue is registered, the default label is __triage__. +It has only one label(triage) until we review it. + +### Sort issue +- acceptable +label changed to __acceptable__. +A __well-chosen TYPE label__ will be assigned. +When resolving starts, __STATUS label__ will be added. + +- not acceptable +label changed to one of __inactive label__(invalid, wontfix, duplicate). + +### Close issue +Close issue, if it is __resolved__ or __inactive__. diff --git a/.github/development-environment.md b/.github/development-environment.md new file mode 100644 index 0000000..02ee85e --- /dev/null +++ b/.github/development-environment.md @@ -0,0 +1,55 @@ +# Development environment + +> references [ESLint](http://eslint.org/docs/developer-guide/development-environment) + +This is a step-by-step guide to setting up a local development environment that will let you contribute back to the project. + +## Install Node.js +Go to http://nodejs.org/ to download and install the latest stable version for your operating system. + +Most of the installers come with npm already installed, but if for some reason it doesn’t work on your system, you can install it manually using the instructions on the website. + +## Fork and checkout your own ESLint repository +Go to [TUI Github Repository][#TUI-Github-Repository] and click the “Fork” button. Follow the GitHub documentation for forking and cloning. + +Once you’ve cloned the repository, run npm install to get all the necessary dependencies: + +```sh +$ cd [tui-root-directory] +$ npm install +``` + +You must be connected to the Internet for this step to work. You’ll see a lot of utilities being downloaded. + +## Add the upstream source +The upstream source is the main TUI repository that active development happens on. While you won’t have push access to upstream, you will have pull access, allowing you to pull in the latest code whenever you want. + +To add the upstream source for TUI item, run the following in your repository: + +```sh +$ git remote add origin [clone-link] +``` + +Now, the remote upstream points to the upstream source. + + +## Run the tests +Running the tests is the best way to ensure you have correctly set up your development environment. Make sure you’re in the eslint directory and run: + +```sh +$ npm run test +``` +The testing takes a few seconds to complete. If any tests fail, that likely means one or more parts of the environment setup didn’t complete correctly. The upstream tests always pass. + +```sh +$ npm run lint +``` +Runs just the JavaScript linting on the repository + +## Workflow +Whenever you make changes to source files, you’ll need to run npm test to rerun the tests. The workflow is: + +1. Make changes +2. Run npm test to run tests on the command line + +You’ll have to do this each time you make a change. The tests are run automatically whenever a pull request is received, so make sure to verify your changes work before submitting them. diff --git a/.github/pull-request-guideline.md b/.github/pull-request-guideline.md new file mode 100644 index 0000000..9b938a8 --- /dev/null +++ b/.github/pull-request-guideline.md @@ -0,0 +1,74 @@ +# Pull Requests + +> This Guide is base on [CocoaPods](http://guides.cocoapods.org/contributing/contribute-to-cocoapods.html), [ESLint](http://eslint.org/docs/developer-guide/contributing/pull-requests) + +Development Workflow +- Set up your development environment with [develoment environment](development-environment.md) +- Pick up an [Issue](https://github.nhnent.com/youjung-hong/tui-github-guide/issues). See issue classification explained below +- Check the CONTRIBUTING requirements +- Make a pull request + +## Pick up an issue +[Issue Classification](contribute-by-reporting-issue.md#issue-classification) will help you to pick up an issue. +Create master issue, if issues are too small + +## Make changes +### Checkout New branch +**Default Branches** +- master: lastest release branch +- develop: PR base branch, developing now +- gh-pages: api docs and examples + +**Branch Naming Guide** + +> reference [ikaruce/git-style-guide#branches](https://github.com/agis/git-style-guide#branches) + +``` +(/short-description)/ +``` +* ``: [commit message type](https://github.nhnent.com/youjung-hong/tui-github-guide/blob/master/.github/commit-message-convention.md#type), issue, issues +* Choose __short__ and __descriptive__ names +* Use __hyphens__ to separate words +* Identify GitHub __issue__ or __pull request__ number   + +**Good** +``` +    fix/indentation-error/122 +    issues/update-documentaion/145-134-133 // 이슈 여러 개 +    issues/focus-blur/124 // 마스터 이슈 +    refactor/correct-typos/123 + feat/multiline-ternary-option/44 + issue/npm-publish/13 +``` + +### Check Code Style +Run `npm run eslint` and make sure all the tests pass. Fail even WARNING! + +### Test +Run `npm run test` and verify all the tests pass. +If you are adding new commands or features, they must include tests. +If you are changing functionality, update the tests if you need to. + +### Commit +Follow our [commit message-conventions](commit-message-convention.md).   +Run `npm run check-commit` and check commit message format. + +## Yes! Pull request +Make your pull request, then describe your changes. +### Title +Follow other PR title format on below. +``` + : Short Description (close: #xxx) + : Short Description (fix: #111) + : Short Description (fix: #123, #111, #122) + : Short Description (ref: #111) +``` +* capitalize first letter of Type +* use present tense: 'change' not 'changed' or 'changes' + +### Description +If it is related to an issue, add a link to the issue(like `#12`) in the description. +Fill in the [PULL_REQUEST_TEMPLATE](PULL_REQUEST_TEMPLATE.md) by check your case. + +## After merged +Congulatulation! After merged, your branch is unnecessary. Please **delete your PR branch**. diff --git a/.github/release-note-guideline.md b/.github/release-note-guideline.md new file mode 100644 index 0000000..d8d94f8 --- /dev/null +++ b/.github/release-note-guideline.md @@ -0,0 +1,47 @@ +# Release Note Guide + +> references [ESLint](http://eslint.org/blog/), [Vuejs](https://github.com/vuejs/vue/releases) + +## Title +* should be a tag name. +* follows [semantic versioning](http://semver.org/). + +* If this published to **npm**, tag name should start with `v` to avoid conflict with semver. For more information see [this](https://docs.npmjs.com/getting-started/using-tags#caveats). + +- - - + +## Description Format +``` +## Highlights +* Short Description on change + more descriptions if necessary +* Short Description on change +* Short Description on change +- - - + + +``` + +### Highlights Description +* summary of this release, user should know. +* can be anything in ``. It could be a bug fix, updating feature, add new feature, etc. +* order __Short Description__ by importance + +### Changes +``` +## +* () + +## +* () +* () (@) +``` +* `` is a last merge commit, before PR received. +* add `` only if contributer is not manitainer/owner. + +### Type of Changes +* **Features** - Commit start with `New`, `feat` +* **Enhancements** - Commit start with `Update`, `refactor`, `perf` +* **Bug Fixes** - Commit start with `fix` +* **Documentation** - Commit start with `docs` +* **Chores** - Commit start with `style`, `test`, `chore` diff --git a/.github/repository-setting.md b/.github/repository-setting.md new file mode 100644 index 0000000..1d266dc --- /dev/null +++ b/.github/repository-setting.md @@ -0,0 +1,35 @@ +# Repository Settings + +## Restrict editing to collaborators only +Setting Tab > Options(default) > Features + +- [x] Wikis +- [ ] Restrict editing to collaborators only +- [x] Issues +- [x] Project + +## Enable squash merge only +Setting Tab > Options(default) > Merge button + +- [ ] Allow merge commits +- [x] Allow squash merging +- [ ] Allow rebase merging + +## Protect Default Branches from Merge +Setting Tab > Branches > Protected branches > Choose a branch.. Dropdown + +### Master, Support branch +- [x] Protect this branch + - [x] Require pull request reviews before merging + - [ ] Dismiss stale pull request approvals when new commits are pushed + - [x] Require status checks to pass before merging + - [ ] Require branches to be up to date before merging + - [x] Include administrators + +### Develop, develop +- [x] Protect this branch + - [x] Require pull request reviews before merging + - [ ] Dismiss stale pull request approvals when new commits are pushed + - [x] Require status checks to pass before merging + - [ ] Require branches to be up to date before merging + - [ ] Include administrators From 0c41d3e7f7c80c95eeb3f2cf8c2ed40018bfa5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=9C=A0=EC=A0=95?= Date: Tue, 6 Mar 2018 11:56:57 +0900 Subject: [PATCH 60/68] Update commit-message-convention.md --- .github/commit-message-convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commit-message-convention.md b/.github/commit-message-convention.md index a5d4051..eb83647 100644 --- a/.github/commit-message-convention.md +++ b/.github/commit-message-convention.md @@ -1,4 +1,4 @@ -# Commit Message Convention +# TOAST UI Commit Message Convention > reference [AngularJS](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelineses), [ESLint]() From 398e50c0669e524e80a95c617063ac9817ed138b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=9C=A0=EC=A0=95?= Date: Tue, 6 Mar 2018 11:59:07 +0900 Subject: [PATCH 61/68] Update commit-message-convention.md --- .github/commit-message-convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commit-message-convention.md b/.github/commit-message-convention.md index eb83647..5710cfb 100644 --- a/.github/commit-message-convention.md +++ b/.github/commit-message-convention.md @@ -1,6 +1,6 @@ # TOAST UI Commit Message Convention -> reference [AngularJS](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelineses), [ESLint]() +> reference [AngularJS](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelineses), [ESLint](https://eslint.org/docs/developer-guide/contributing/pull-requests#step-2-make-your-changes) ## Commit Message Format From f9245a3d09d24d7673e0f33bce2607931ccc39de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Apr 2019 17:36:28 +0900 Subject: [PATCH 62/68] Update README.md --- README.md | 56 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e8179e0..f99c00b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ FE개발 FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
배포되는 산출물은 FE개발랩에서 개발/관리하며 [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다.
단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
-추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhnent/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhnent.com)을 이용해주세요.
+추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhn/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.

@@ -12,7 +12,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. -> [자바스크립트 개발 가이드](https://github.com/nhnent/fe.javascript/wiki) 바로가기 +> [자바스크립트 개발 가이드](https://github.com/nhn/fe.javascript/wiki) 바로가기
@@ -20,9 +20,11 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhnent/tui.chart)|차트|[[API]](https://nhnent.github.io/tui.chart/latest), [[Example]](https://nhnent.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic.html), [[Tutorial]](https://github.com/nhnent/tui.chart/wiki/getting-started)| -|[Editor](https://github.com/nhnent/tui.editor)|에디터|[[API]](https://nhnent.github.io/tui.editor/api/latest/), [[Example]](https://nhnent.github.io/tui.editor/), [[Tutorial]](https://github.com/nhnent/tui.editor/wiki/Getting-Started)| -|[Grid](https://github.com/nhnent/tui.grid)|그리드|[[API]](https://nhnent.github.io/tui.grid/api), [[Example]](http://nhnent.github.io/tui.grid/api/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.grid/wiki/Getting-Started)| +|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://ui.toast.com/tui-chart/), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| +|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| +|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://ui.toast.com/tui-grid/), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| +|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/api/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| +|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](https://ui.toast.com/tui-image-editor/), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)|
@@ -30,23 +32,23 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhnent/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhnent.github.io/tui.animation/latest/), [[Example]](https://nhnent.github.io/tui.animation/latest/tutorial-example01-basic.html)| -|[AutoComplete](https://github.com/nhnent/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhnent.github.io/tui.auto-complete/latest/), [[Example]](http://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.auto-complete/wiki)| -|[ColorPicker](https://github.com/nhnent/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.color-picker/latest/), [[Example]](http://nhnent.github.io/tui.color-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.color-picker/wiki/Installation)| -|[ContextMenu](https://github.com/nhnent/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhnent.github.io/tui.context-menu/latest/), [[Example]](http://nhnent.github.io/tui.context-menu/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.context-menu/wiki/English-Version)| -|[DatePicker](https://github.com/nhnent/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhnent.github.io/tui.date-picker/latest/), [[Example]](https://nhnent.github.io/tui.date-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.date-picker/wiki/Getting-Started)| -|[FileUploader](http://nhnent.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhnent.github.io/tui.file-uploader/latest/), [[Example]](https://nhnent.github.io/tui.file-uploader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhnent/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhnent.github.io/tui.floating-layer/latest/), [[Example]](https://nhnent.github.io/tui.floating-layer/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.floating-layer/wiki/English-Version)| -|[GestureReader](https://github.com/nhnent/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhnent.github.io/tui.gesture-reader/latest/), [[Example]](http://nhnent.github.io/tui.gesture-reader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.gesture-reader/wiki/English-Version)| -|[ImageEditor](https://github.com/nhnent/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhnent.github.io/tui.image-editor/latest/), [[Example]](http://nhnent.github.io/tui.image-editor/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.image-editor/wiki/Basic-Tutorial)| -|[Layout](https://github.com/nhnent/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhnent.github.io/tui.layout/latest/), [[Example]](https://nhnent.github.io/tui.layout/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.layout/wiki/English-Version)| -|[Pagination](https://github.com/nhnent/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhnent.github.io/tui.pagination/latest/), [[Example]](https://nhnent.github.io/tui.pagination/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.pagination/wiki/Getting-Started)| -|[Placeholder](https://github.com/nhnent/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhnent.github.io/tui.placeholder/latest/), [[Example]](https://nhnent.github.io/tui.placeholder/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.placeholder/wiki/English-Version)| -|[Rolling](https://github.com/nhnent/tui.rolling)|롤링 컴포넌트|[[API]](http://nhnent.github.io/tui.rolling/latest/), [[Example]](http://nhnent.github.io/tui.rolling/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.rolling/wiki/English-Version)| -|[TimePicker](https://github.com/nhnent/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhnent.github.io/tui.time-picker/latest/), [[Example]](https://nhnent.github.io/tui.time-picker/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.time-picker/wiki/Getting-Started)| -|[Tree](https://github.com/nhnent/tui.tree)|트리 컴포넌트|[[API]](http://nhnent.github.io/tui.tree/latest/), [[Example]](https://nhnent.github.io/tui.tree/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.tree/wiki/Tutorial)| -|[VirtualKeyboard](https://github.com/nhnent/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhnent.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhnent.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.virtual-keyboard/wiki/English-Version)| -|[VirtualScroll](https://github.com/nhnent/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhnent.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhnent.github.io/tui.virtual-scroll/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.virtual-scroll/wiki/getting-started)| +|[Animation](https://github.com/nhn/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhn.github.io/tui.animation/latest/), [[Example]](https://nhn.github.io/tui.animation/latest/tutorial-example01-basic)| +|[AutoComplete](https://github.com/nhn/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhn.github.io/tui.auto-complete/latest/), [[Example]](http://nhn.github.io/tui.auto-complete/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.auto-complete/wiki)| +|[ColorPicker](https://github.com/nhn/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhn.github.io/tui.color-picker/latest/), [[Example]](http://nhn.github.io/tui.color-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.color-picker/wiki/Installation)| +|[ContextMenu](https://github.com/nhn/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhn.github.io/tui.context-menu/latest/), [[Example]](http://nhn.github.io/tui.context-menu/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.context-menu/wiki/English-Version)| +|[DatePicker](https://github.com/nhn/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhn.github.io/tui.date-picker/latest/), [[Example]](https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.date-picker/wiki/Getting-Started)| +|[FileUploader](http://nhn.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhn.github.io/tui.file-uploader/latest/), [[Example]](https://nhn.github.io/tui.file-uploader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.file-uploader/wiki/Tutorial)| +|[FloatingLayer](https://github.com/nhn/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhn.github.io/tui.floating-layer/latest/), [[Example]](https://nhn.github.io/tui.floating-layer/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.floating-layer/wiki/English-Version)| +|[GestureReader](https://github.com/nhn/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhn.github.io/tui.gesture-reader/latest/), [[Example]](http://nhn.github.io/tui.gesture-reader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.gesture-reader/wiki/English-Version)| +|[ImageEditor](https://github.com/nhn/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.image-editor/wiki/Basic-Tutorial)| +|[Layout](https://github.com/nhn/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhn.github.io/tui.layout/latest/), [[Example]](https://nhn.github.io/tui.layout/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.layout/wiki/English-Version)| +|[Pagination](https://github.com/nhn/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhn.github.io/tui.pagination/latest/), [[Example]](https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.pagination/wiki/Getting-Started)| +|[Placeholder](https://github.com/nhn/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhn.github.io/tui.placeholder/latest/), [[Example]](https://nhn.github.io/tui.placeholder/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.placeholder/wiki/English-Version)| +|[Rolling](https://github.com/nhn/tui.rolling)|롤링 컴포넌트|[[API]](http://nhn.github.io/tui.rolling/latest/), [[Example]](http://nhn.github.io/tui.rolling/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.rolling/wiki/English-Version)| +|[TimePicker](https://github.com/nhn/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhn.github.io/tui.time-picker/latest/), [[Example]](https://nhn.github.io/tui.time-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.time-picker/wiki/Getting-Started)| +|[Tree](https://github.com/nhn/tui.tree)|트리 컴포넌트|[[API]](http://nhn.github.io/tui.tree/latest/), [[Example]](https://nhn.github.io/tui.tree/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.tree/wiki/Tutorial)| +|[VirtualKeyboard](https://github.com/nhn/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhn.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhn.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-keyboard/wiki/English-Version)| +|[VirtualScroll](https://github.com/nhn/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhn.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhn.github.io/tui.virtual-scroll/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-scroll/wiki/getting-started)|
@@ -54,14 +56,14 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[AppLoader](https://github.com/nhnent/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhnent.github.io/tui.app-loader/latest/), [[Example]](http://nhnent.github.io/tui.app-loader/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| -|[Flicking](https://github.com/nhnent/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhnent.github.io/tui.flicking/latest/), [[Example]](https://nhnent.github.io/tui.flicking/latest/tutorial-example01-basic.html), [[Tutorial]](https://github.com/nhnent/tui.flicking/wiki/English-Version)| +|[AppLoader](https://github.com/nhn/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhn.github.io/tui.app-loader/latest/), [[Example]](http://nhn.github.io/tui.app-loader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| +|[Flicking](https://github.com/nhn/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhn.github.io/tui.flicking/latest/), [[Example]](https://nhn.github.io/tui.flicking/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.flicking/wiki/English-Version)| ## Utils |Name|Category|Description|Documentation| | ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhnent/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhnent.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhnent/fe.javascript/wiki/Toast-UI-CodeSnippet)| +|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/fe.javascript/wiki/Toast-UI-CodeSnippet)| | |browser.js|브라우저 검출하는 모듈|| | |collection.js|콜렉션 관련 모듈|| | |customEvent.js|커스텀이벤트 모듈|| @@ -76,13 +78,13 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 | |string.js|문자열 관련 모듈|| | |type.js|타입 체크 모듈|| | |window.js|윈도우 객체 관련 모듈|| -|[Dom](https://github.com/nhnent/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/)| +|[Dom](https://github.com/nhn/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhn.github.io/tui.dom/latest/)| ## Library |Name|Description| Documentation | | ---- | ---- | ---- | -|[TUI JSDoc Template](https://github.com/nhnent/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhnent.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| +|[TUI JSDoc Template](https://github.com/nhn/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhn.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| ## License From f1b88d2d9a426006a96b6995d3184413653c9e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Apr 2019 17:38:14 +0900 Subject: [PATCH 63/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f99c00b..2219ab3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://ui.toast.com/tui-chart/), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| |[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| |[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://ui.toast.com/tui-grid/), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| -|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/api/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| +|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| |[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](https://ui.toast.com/tui-image-editor/), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)|
From e2f3f2970740bef441b83bda68b8bdb672aa9a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Thu, 11 Apr 2019 17:41:21 +0900 Subject: [PATCH 64/68] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2219ab3..2a167cc 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://ui.toast.com/tui-chart/), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| -|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| -|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://ui.toast.com/tui-grid/), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| -|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://ui.toast.com/tui-calendar/), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| -|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](https://ui.toast.com/tui-image-editor/), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)| +|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://nhn.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| +|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/api/latest/tutorial-example00-demo.html), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| +|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://nhn.github.io/tui.grid/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| +|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| +|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)|
From 0c844f44ac05234ed28dfb22419b8753a62876d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=BD=ED=9D=AC=EB=82=98?= Date: Thu, 5 Sep 2019 14:36:38 +0900 Subject: [PATCH 65/68] docs: update README.md --- README.md | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 2a167cc..bad5d43 100644 --- a/README.md +++ b/README.md @@ -32,23 +32,14 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | -|[Animation](https://github.com/nhn/tui.animation)|애니메이션 효과 컴포넌트| [[API]](https://nhn.github.io/tui.animation/latest/), [[Example]](https://nhn.github.io/tui.animation/latest/tutorial-example01-basic)| |[AutoComplete](https://github.com/nhn/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhn.github.io/tui.auto-complete/latest/), [[Example]](http://nhn.github.io/tui.auto-complete/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.auto-complete/wiki)| |[ColorPicker](https://github.com/nhn/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhn.github.io/tui.color-picker/latest/), [[Example]](http://nhn.github.io/tui.color-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.color-picker/wiki/Installation)| |[ContextMenu](https://github.com/nhn/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhn.github.io/tui.context-menu/latest/), [[Example]](http://nhn.github.io/tui.context-menu/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.context-menu/wiki/English-Version)| |[DatePicker](https://github.com/nhn/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhn.github.io/tui.date-picker/latest/), [[Example]](https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.date-picker/wiki/Getting-Started)| -|[FileUploader](http://nhn.github.io/tui.file-uploader)|파일 업로더|[[API]](http://nhn.github.io/tui.file-uploader/latest/), [[Example]](https://nhn.github.io/tui.file-uploader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.file-uploader/wiki/Tutorial)| -|[FloatingLayer](https://github.com/nhn/tui.floating-layer)|플로팅 레이어 컴포넌트|[[API]](http://nhn.github.io/tui.floating-layer/latest/), [[Example]](https://nhn.github.io/tui.floating-layer/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.floating-layer/wiki/English-Version)| -|[GestureReader](https://github.com/nhn/tui.gesture-reader)|제스처 리더 컴포넌트|[[API]](http://nhn.github.io/tui.gesture-reader/latest/), [[Example]](http://nhn.github.io/tui.gesture-reader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.gesture-reader/wiki/English-Version)| -|[ImageEditor](https://github.com/nhn/tui.image-editor)|이미지 에디터 컴포넌트|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.image-editor/wiki/Basic-Tutorial)| -|[Layout](https://github.com/nhn/tui.layout)|레이아웃 컴포넌트|[[API]](http://nhn.github.io/tui.layout/latest/), [[Example]](https://nhn.github.io/tui.layout/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.layout/wiki/English-Version)| |[Pagination](https://github.com/nhn/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhn.github.io/tui.pagination/latest/), [[Example]](https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.pagination/wiki/Getting-Started)| -|[Placeholder](https://github.com/nhn/tui.placeholder)|플레이스홀더 컴포넌트|[[API]](http://nhn.github.io/tui.placeholder/latest/), [[Example]](https://nhn.github.io/tui.placeholder/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.placeholder/wiki/English-Version)| |[Rolling](https://github.com/nhn/tui.rolling)|롤링 컴포넌트|[[API]](http://nhn.github.io/tui.rolling/latest/), [[Example]](http://nhn.github.io/tui.rolling/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.rolling/wiki/English-Version)| |[TimePicker](https://github.com/nhn/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhn.github.io/tui.time-picker/latest/), [[Example]](https://nhn.github.io/tui.time-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.time-picker/wiki/Getting-Started)| |[Tree](https://github.com/nhn/tui.tree)|트리 컴포넌트|[[API]](http://nhn.github.io/tui.tree/latest/), [[Example]](https://nhn.github.io/tui.tree/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.tree/wiki/Tutorial)| -|[VirtualKeyboard](https://github.com/nhn/tui.virtual-keyboard)|가상키보드 컴포넌트|[[API]](http://nhn.github.io/tui.virtual-keyboard/latest/), [[Example]](https://nhn.github.io/tui.virtual-keyboard/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-keyboard/wiki/English-Version)| -|[VirtualScroll](https://github.com/nhn/tui.virtual-scroll)|가상스크롤 컴포넌트|[[API]](https://nhn.github.io/tui.virtual-scroll/latest/), [[Example]](https://nhn.github.io/tui.virtual-scroll/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.virtual-scroll/wiki/getting-started)|
@@ -57,28 +48,12 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[AppLoader](https://github.com/nhn/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhn.github.io/tui.app-loader/latest/), [[Example]](http://nhn.github.io/tui.app-loader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| -|[Flicking](https://github.com/nhn/tui.flicking/)|플리킹 컴포넌트|[[API]](http://nhn.github.io/tui.flicking/latest/), [[Example]](https://nhn.github.io/tui.flicking/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.flicking/wiki/English-Version)| ## Utils -|Name|Category|Description|Documentation| -| ---- | ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)||코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/fe.javascript/wiki/Toast-UI-CodeSnippet)| -| |browser.js|브라우저 검출하는 모듈|| -| |collection.js|콜렉션 관련 모듈|| -| |customEvent.js|커스텀이벤트 모듈|| -| |defineClass.js|클래스 관련 모듈|| -| |defineNamespace.js|네임스페이스 관련 모듈|| -| |enum.js|상수 관련 모듈|| -| |exMap.js|맵 관련 모듈|| -| |func.js|함수 관련 모듈|| -| |hashMap.js|해시맵 관련 모듈|deprecate 예정| -| |inheritance.js|간단한 상속 모듈|| -| |object.js|객체 관련 모듈|| -| |string.js|문자열 관련 모듈|| -| |type.js|타입 체크 모듈|| -| |window.js|윈도우 객체 관련 모듈|| -|[Dom](https://github.com/nhn/tui.dom)||DOM 유틸
(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhn.github.io/tui.dom/latest/)| +|Name|Description|Documentation| +| ---- | ---- | ---- | +|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)|코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/tui.code-snippet/blob/master/docs/getting-started.md)| ## Library From ad3c9cf59c9b74e6ce2195877936d110e006498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=A0=EC=9E=84?= Date: Wed, 13 Nov 2019 08:50:20 +0900 Subject: [PATCH 66/68] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad5d43..19fca32 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 |Name|Description|Documentation| | ---- | ---- | ---- | |[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://nhn.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| -|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/api/latest/), [[Example]](https://nhn.github.io/tui.editor/api/latest/tutorial-example00-demo.html), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| +|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/latest/), [[Example]](https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| |[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://nhn.github.io/tui.grid/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| |[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| |[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)| From ee9426fe77216a2bff376ec44171da35460544ef Mon Sep 17 00:00:00 2001 From: jaesung-lee Date: Fri, 31 Jan 2020 12:57:02 +0900 Subject: [PATCH 67/68] chore: add `deprecated` notice to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fca32..704d083 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ +# ⚠️Notice: 이 레포지토리는 deprecated 상태이며 더 이상 업데이트 되지 않습니다. + +이 레포지토리는 더 이상 관리되지 않으며, TOAST UI 어플리케이션과 컴포넌트에 대한 정보는 [TOAST UI Brand Site](https://ui.toast.com) 에서 보실 수 있습니다. Brand Site 에서 제품군 외에도 매주 업데이트되는 [Weekly-pick](https://ui.toast.com/weekly-pick/ko/)과 FE개발랩의 노하우를 담은 [FE 개발 가이드](https://ui.toast.com/fe-guide/ko/)도 보실 수 있으니 참조해주세요! + FE개발 ====================== FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 기술 산출물로, 공통 모듈 및 컴포넌트와 개발 가이드 등을 포함합니다.
배포되는 산출물은 FE개발랩에서 개발/관리하며 [MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다.
단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
-추가/수정 요청 및 문의, 버그 신고는 [[Issues]](https://github.com/nhn/fe.javascript/issues) 또는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.
+추가/수정 요청 및 문의, 버그 신고는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.

From fc0100e65298b947ab9895f7b22bdf2b85198d10 Mon Sep 17 00:00:00 2001 From: jaesung-lee Date: Wed, 5 Feb 2020 16:15:26 +0900 Subject: [PATCH 68/68] chore: add brand site image --- README.md | 59 +------------------------------------------------------ 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/README.md b/README.md index 704d083..fabab14 100644 --- a/README.md +++ b/README.md @@ -9,62 +9,5 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한 단, FE개발랩의 동의 없이 임의로 수정하여 사용된 코드에 대해서는 유지보수 및 산출물의 품질을 보증을 할 수 없으니,
추가/수정 요청 및 문의, 버그 신고는 [[FE개발랩 DL]](mailto:dl_javascript@nhn.com)을 이용해주세요.
-
-## 자바스크립트 개발 가이드 - -자바스크립트 개발 시 필요한 내용들을 가이드 합니다.
-본 문서는 코딩컨벤션, 디버깅, 테스트 등과 같이 기본적인 내용부터 의존성 관리 및 압축까지의 개발 전반에 대한 내용을 다룹니다. - -> [자바스크립트 개발 가이드](https://github.com/nhn/fe.javascript/wiki) 바로가기 - -
- -## Applications - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[Chart](https://github.com/nhn/tui.chart)|차트|[[API]](https://nhn.github.io/tui.chart/latest/), [[Example]](https://nhn.github.io/tui.chart/latest/tutorial-example01-01-bar-chart-basic), [[Tutorial]](https://github.com/nhn/tui.chart/blob/master/docs/wiki/getting-started.md)| -|[Editor](https://github.com/nhn/tui.editor)|에디터|[[API]](https://nhn.github.io/tui.editor/latest/), [[Example]](https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic), [[Tutorial]](https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md)| -|[Grid](https://github.com/nhn/tui.grid)|그리드|[[API]](https://nhn.github.io/tui.grid/latest/), [[Example]](https://nhn.github.io/tui.grid/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.grid/blob/master/docs/getting-started.md)| -|[Calendar](https://github.com/nhn/tui.calendar)|캘린더|[[API]](https://nhn.github.io/tui.calendar/latest/), [[Example]](https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic), [[Tutorial]](https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md)| -|[ImageEditor](https://ui.toast.com/tui-image-editor/)|이미지 에디터|[[API]](http://nhn.github.io/tui.image-editor/latest/), [[Example]](http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html), [[Tutorial]](https://github.com/nhn/tui.image-editor/blob/master/docs/Basic-Tutorial.md)| - -
- -## Components - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[AutoComplete](https://github.com/nhn/tui.auto-complete)|검색어 자동완성 컴포넌트|[[API]](http://nhn.github.io/tui.auto-complete/latest/), [[Example]](http://nhn.github.io/tui.auto-complete/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.auto-complete/wiki)| -|[ColorPicker](https://github.com/nhn/tui.color-picker)|컬러 피커 컴포넌트|[[API]](http://nhn.github.io/tui.color-picker/latest/), [[Example]](http://nhn.github.io/tui.color-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.color-picker/wiki/Installation)| -|[ContextMenu](https://github.com/nhn/tui.context-menu)|컨텍스트 메뉴 컴포넌트|[[API]](http://nhn.github.io/tui.context-menu/latest/), [[Example]](http://nhn.github.io/tui.context-menu/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.context-menu/wiki/English-Version)| -|[DatePicker](https://github.com/nhn/tui.date-picker)|데이트 피커 컴포넌트|[[API]](http://nhn.github.io/tui.date-picker/latest/), [[Example]](https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.date-picker/wiki/Getting-Started)| -|[Pagination](https://github.com/nhn/tui.pagination/)|페이지네이션 컴포넌트|[[API]](https://nhn.github.io/tui.pagination/latest/), [[Example]](https://nhn.github.io/tui.pagination/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.pagination/wiki/Getting-Started)| -|[Rolling](https://github.com/nhn/tui.rolling)|롤링 컴포넌트|[[API]](http://nhn.github.io/tui.rolling/latest/), [[Example]](http://nhn.github.io/tui.rolling/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.rolling/wiki/English-Version)| -|[TimePicker](https://github.com/nhn/tui.time-picker)|타임 피커 컴포넌트|[[API]](https://nhn.github.io/tui.time-picker/latest/), [[Example]](https://nhn.github.io/tui.time-picker/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.time-picker/wiki/Getting-Started)| -|[Tree](https://github.com/nhn/tui.tree)|트리 컴포넌트|[[API]](http://nhn.github.io/tui.tree/latest/), [[Example]](https://nhn.github.io/tui.tree/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.tree/wiki/Tutorial)| - -
- -## Mobile Components - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[AppLoader](https://github.com/nhn/tui.app-loader)|앱로더 컴포넌트|[[API]](http://nhn.github.io/tui.app-loader/latest/), [[Example]](http://nhn.github.io/tui.app-loader/latest/tutorial-example01-basic), [[Tutorial]](https://github.com/nhn/tui.app-loader/wiki/TUI-AppLoader-2.0.0-Migration-Guide)| - -## Utils - -|Name|Description|Documentation| -| ---- | ---- | ---- | -|[CodeSnippet](https://github.com/nhn/tui.code-snippet/)|코드 스니펫
(자주 사용되는 코드 모음)|[[API]](https://nhn.github.io/tui.code-snippet/latest/), [[Tutorial]](https://github.com/nhn/tui.code-snippet/blob/master/docs/getting-started.md)| - -## Library - -|Name|Description| Documentation | -| ---- | ---- | ---- | -|[TUI JSDoc Template](https://github.com/nhn/tui.jsdoc-template)|JSDoc Template (JS API 문서화 템플릿) | [[Demo]](https://nhn.github.io/tui.jsdoc-template/latest/), [[npm]](https://www.npmjs.com/package/tui-jsdoc-template)| - -## License - -[MIT 라이선스](LICENSE)로 자유롭게 사용할 수 있습니다. +![brandsite](https://user-images.githubusercontent.com/37766175/73819167-50d62e80-4832-11ea-8fb4-5e15ec92d665.png)