diff --git a/docs/pages/home/index.js b/docs/pages/home/index.js index a1032c1a26..8458631e84 100644 --- a/docs/pages/home/index.js +++ b/docs/pages/home/index.js @@ -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