Skip to content

Installation

bash npm install guide.js

Guide.js ships a single CSS file. Import it once, anywhere in your app:

import "guide.js/styles.css";

Guide.js requires React 18 or newer:

{
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
}

Head to the quick start to build your first tour.