HSDS: React
Fancy
React Utils
Search…
HSDS: React
Quick start
Components
Testing
Reporting Issues
Contributing
Powered By
GitBook
Quick start
This guide will show you how to get started with Blue!
Installation
The first thing you'll need to do, is add Blue to your React project. This can be done by adding the
latest version
to your
package.json
file.
Or, even faster, you can run:
npm install @helpscout/hsds-react --save
React (v16.8+)
HSDS has a couple of
peerDependencies
:
react
react-dom
Make sure you have these installed in your project.
HSDS currently runs on
React version ^16
.
CSS-in-HSDS
HSDS is powered by
Styled components
.
Previous
HSDS: React
Next
Components
Last modified
2yr ago
Copy link
Outline
Installation
React (v16.8+)
CSS-in-HSDS