File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ react-fullpage 라이브러리는 React 기반의 웹 애플리케이션에서
7
7
- 웹 페이지를 여러 섹션으로 나누고, 각 섹션을 전체 화면으로 표시할 수 있습니다.
8
8
- 다양한 스크롤 이벤트를 사용하여 사용자 경험을 향상시킬 수 있습니다.
9
9
- 사용자 정의 가능한 옵션을 통해 페이지 전환 효과나 스타일을 설정할 수 있습니다.
10
+
10
11
11
- ## 사용 방법
12
+ ## 설치
12
13
13
- 1 . React-fullpage 라이브러리를 설치합니다.
14
- 2 . 페이지 컴포넌트에서 Fullpage 컴포넌트를 import 합니다.
15
- 3 . Fullpage 컴포넌트를 사용하여 원하는 섹션을 정의합니다.
14
+ npm을 사용하여 설치할 수 있습니다.
15
+
16
+ ``` bash
17
+ npm install @shinyongjun/react-fullpage
18
+ ```
19
+
20
+ 또는 yarn을 사용할 수도 있습니다.
21
+
22
+ ``` bash
23
+ yarn add @shinyongjun/react-fullpage
24
+ ```
16
25
17
26
## 예제 코드
18
27
@@ -61,8 +70,8 @@ export default MyPage;
61
70
62
71
## 실제 사용 사례
63
72
64
- react-fullpage 라이브러리를 활용하여 구현된 [ 예시 ] ( https://shinyongjun.vercel.app/library/react-fullpage ) 웹사이트입니다 .
73
+ 라이브러리의 데모는 [ 여기 ] ( https://shinyongjun.vercel.app/library/react-fullpage ) 에서 만나볼 수 있습니다 .
65
74
66
75
## 피드백 및 지원
67
76
68
- 라이브러리에 대한 피드백이나 문제 신고는 [ GitHub Issues] ( https://github.com/shinyj1991/react-fullpage/issues ) 페이지에서 제공합니다. 또한, 공식 문서에서 추가적인 정보를 확인할 수 있습니다 .
77
+ 라이브러리에 대한 피드백이나 문제 신고는 [ GitHub Issues 페이지 ] ( https://github.com/shinyj1991/react-fullpage/issues ) 에서 제공합니다.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shinyongjun/react-fullpage" ,
3
- "version" : " 1.8.7 " ,
3
+ "version" : " 1.8.8 " ,
4
4
"main" : " ./dist/cjs/index.js" ,
5
5
"module" : " ./dist/esm/index.js" ,
6
6
"source" : " ./src/index.tsx" ,
You can’t perform that action at this time.
0 commit comments