This guide will show you how to get started with Blue!
The first thing you'll need to do, is add Blue to your React project. This can be done by adding the latest versionarrow-up-right to your package.json file.
package.json
Or, even faster, you can run:
npm install @helpscout/hsds-react --save
HSDS has a couple of peerDependencies:
peerDependencies
reactarrow-up-right
react
react-domarrow-up-right
react-dom
Make sure you have these installed in your project.
HSDS currently runs on React version ^16.
HSDS is powered by Styled componentsarrow-up-right.
Last updated 5 years ago