File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ description: How to install react-simplikit
44
55# Installation
66
7- ` react-simplikit ` is available via [ npm] ( https://npmjs.com/package/react-simplikit ) for Node.js and Bun.
8-
9- ## Node.js
10-
11- Install react-simplikit with the following command:
7+ You can install ` react-simplikit ` from [ npm] ( https://npmjs.com/package/react-simplikit ) using your favorite package manager.
128
139::: code-group
1410
@@ -24,12 +20,8 @@ pnpm add react-simplikit
2420yarn add react-simplikit
2521```
2622
27- :::
28-
29- ## Bun
30-
31- react-simplikit is also available on Bun. You can install it via the following command:
32-
33- ``` sh
23+ ``` sh [bun]
3424bun add react-simplikit
3525```
26+
27+ :::
Original file line number Diff line number Diff line change 11---
2- description : 설치하기
2+ description : react-simplikit을 설치하는 방법
33---
44
55# 설치하기
66
7- Node.js나 Bun을 사용한다면 [ npm] ( https://npmjs.com/package/react-simplikit ) 에서 ` react-simplikit ` 을 설치할 수 있어요.
8-
9- ` react-simplikit ` 을 설치하려면 각각 다음 명령어를 사용하세요.
10-
11- ## Node.js
7+ 선호하는 패키지 매니저를 사용하여 [ npm] ( https://npmjs.com/package/react-simplikit ) 에서 ` react-simplikit ` 을 설치할 수 있어요.
128
139::: code-group
1410
@@ -24,10 +20,8 @@ pnpm add react-simplikit
2420yarn add react-simplikit
2521```
2622
27- :::
28-
29- ## Bun
30-
31- ``` sh
23+ ``` sh [bun]
3224bun add react-simplikit
3325```
26+
27+ :::
You can’t perform that action at this time.
0 commit comments