Skip to content

Commit

Permalink
Merge pull request #4417 from JaydenElliott/master
Browse files Browse the repository at this point in the history
Docs enhancement: added npm install instructions.
  • Loading branch information
JedWatson authored Feb 9, 2021
2 parents 6f0b424 + 36cb3c1 commit 2962385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ export default function Home() {
yarn add react-select
~~~
or
~~~bash
npm i --save react-select
~~~
Import the default export and render in your component:
~~~jsx
Expand Down

0 comments on commit 2962385

Please sign in to comment.