Skip to content

Commit 2962385

Browse files
authored
Merge pull request #4417 from JaydenElliott/master
Docs enhancement: added npm install instructions.
2 parents 6f0b424 + 36cb3c1 commit 2962385

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pages/home/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ export default function Home() {
5858
yarn add react-select
5959
~~~
6060
61+
or
62+
63+
~~~bash
64+
npm i --save react-select
65+
~~~
66+
6167
Import the default export and render in your component:
6268
6369
~~~jsx

0 commit comments

Comments
 (0)