diff --git a/playbook-website/app/views/guides/getting_started/dependencies.md b/playbook-website/app/views/guides/getting_started/dependencies.md index e5e8a08d0e..a9660041cf 100644 --- a/playbook-website/app/views/guides/getting_started/dependencies.md +++ b/playbook-website/app/views/guides/getting_started/dependencies.md @@ -17,7 +17,7 @@ Playbook UI's React libray needs the following packages installed in your projec ## Playbook UI Dependencies | Rails -Playbook UI's Rails library depends on the react library for all of its javascript powered features. Follow the instructions in the [Ruby & React Setup](/guides/getting_started/rails_&_react_setup) guide to add react to your Rails app. +Playbook UI's Rails gem requires React for its components javascript to fully function. Follow the instructions in the [Ruby & React Setup](/guides/getting_started/rails_&_react_setup) guide to add react to your Rails app. ## Unbundled Dependencies diff --git a/playbook-website/app/views/guides/getting_started/react_setup.md b/playbook-website/app/views/guides/getting_started/react_setup.md index 50ebf1d6c0..1b0bf4dd4f 100644 --- a/playbook-website/app/views/guides/getting_started/react_setup.md +++ b/playbook-website/app/views/guides/getting_started/react_setup.md @@ -31,3 +31,6 @@ import { Avatar, Button } from 'playbook-ui'; ``` #### CodeSandbox React Setup Example [Link to CodeSandbox Example](https://codesandbox.io/s/playbook-empty-6ixcw) + +### Dependencies +[More details about Playbook dependencies](/guides/getting_started/dependencies)