You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,18 @@
14
14
15
15
### Installation
16
16
17
-
The easiest way to use react-checkbox-tree is to install using your favorite dependency manager and include it in your own React build process (e.g. using [Webpack](http://webpack.github.io/docs/what-is-webpack.html)):
18
-
19
-
```
20
-
npm install react-checkbox-tree --save
21
-
```
17
+
Install the library using your favorite dependency manager:
22
18
23
19
```shell
24
20
yarn add react-checkbox-tree
25
21
```
26
22
23
+
Using npm:
24
+
25
+
```
26
+
npm install react-checkbox-tree --save
27
+
```
28
+
27
29
> **Note**– This library makes use of [Font Awesome](http://fontawesome.io/) styles and expects them to be loaded in the browser.
0 commit comments