Skip to content

Commit bd68e84

Browse files
committed
doc
1 parent 5b040c7 commit bd68e84

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package/README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ react-fullpage 라이브러리는 React 기반의 웹 애플리케이션에서
77
- 웹 페이지를 여러 섹션으로 나누고, 각 섹션을 전체 화면으로 표시할 수 있습니다.
88
- 다양한 스크롤 이벤트를 사용하여 사용자 경험을 향상시킬 수 있습니다.
99
- 사용자 정의 가능한 옵션을 통해 페이지 전환 효과나 스타일을 설정할 수 있습니다.
10+
1011

11-
## 사용 방법
12+
## 설치
1213

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+
```
1625

1726
## 예제 코드
1827

@@ -61,8 +70,8 @@ export default MyPage;
6170

6271
## 실제 사용 사례
6372

64-
react-fullpage 라이브러리를 활용하여 구현된 [예시](https://shinyongjun.vercel.app/library/react-fullpage) 웹사이트입니다.
73+
라이브러리의 데모는 [여기](https://shinyongjun.vercel.app/library/react-fullpage)에서 만나볼 수 있습니다.
6574

6675
## 피드백 및 지원
6776

68-
라이브러리에 대한 피드백이나 문제 신고는 [GitHub Issues](https://github.com/shinyj1991/react-fullpage/issues) 페이지에서 제공합니다. 또한, 공식 문서에서 추가적인 정보를 확인할 수 있습니다.
77+
라이브러리에 대한 피드백이나 문제 신고는 [GitHub Issues 페이지](https://github.com/shinyj1991/react-fullpage/issues)에서 제공합니다.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shinyongjun/react-fullpage",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"source": "./src/index.tsx",

0 commit comments

Comments
 (0)