Skip to content

Commit d351e09

Browse files
authored
Update README.md
1 parent 6761c1f commit d351e09

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

README.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
1515
## Application
1616
|Name|Description|Documentation|
1717
| ---- | ---- | ---- |
18-
|[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)|
19-
|[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)|
20-
|[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)|
18+
|[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)|
19+
|[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)|
20+
|[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)|
2121

2222
<br>
2323
## Component
2424
|Name|Description|Documentation|
2525
| ---- | ---- | ---- |
2626
|[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) |
27-
|[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)|
27+
|[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)|
2828
|[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)|
29-
|[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)|
30-
|[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)|
31-
|[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 |
32-
|[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)|
33-
|[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)|
34-
|[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)|
35-
|[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)|
29+
|[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)|
30+
|[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)|
31+
|[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 |
32+
|[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)|
33+
|[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)|
34+
|[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)|
35+
|[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)|
3636
|[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 |
37-
|[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)|
38-
|[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)|
39-
|[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)|
40-
|[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)|
41-
|[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)|
42-
|[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)|
43-
|[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)|
44-
|[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)|
37+
|[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)|
38+
|[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)|
39+
|[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)|
40+
|[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)|
41+
|[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)|
42+
|[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)|
43+
|[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)|
44+
|[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)|
4545
|[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)|
4646
<br>
4747
## Mobile Component
4848
|Name|Description|Documentation|
4949
| ---- | ---- | ---- |
50-
|[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)|
51-
|[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)|
50+
|[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)|
51+
|[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)|
5252

5353
<br>
5454
## CodeSnippet
@@ -71,10 +71,9 @@ FE개발랩에서 프로젝트 및 내부 과제를 수행하면서 생산한
7171
||window.js|윈도우 객체 관련 모듈||
7272

7373
## Library
74-
7574
|Name|Description| Documentation |
7675
| ---- | ---- | ---- |
77-
|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸<br>(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](http://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)|
76+
|[Dom](https://github.com/nhnent/tui.dom)|DOM 유틸<br>(DOM 관련 클래스 지정 및 이벤트 바인딩 함수 모음)|[[API]](https://nhnent.github.io/tui.dom/latest/), [[Download]](https://github.com/nhnent/tui.dom/tree/master/dist)|
7877
|[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)|
7978

8079
## License

0 commit comments

Comments
 (0)