Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
markdoeswork committed Nov 5, 2024
1 parent 30cf760 commit 04b393e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 04b393e

Please sign in to comment.