Installation
Install the package
Section titled “Install the package”bash npm install guide.js bash pnpm add guide.js bash yarn add guide.js bash bun add guide.js Import the stylesheet
Section titled “Import the stylesheet”Guide.js ships a single CSS file. Import it once, anywhere in your app:
import "guide.js/styles.css";Peer dependencies
Section titled “Peer dependencies”Guide.js requires React 18 or newer:
{ "peerDependencies": { "react": ">=18", "react-dom": ">=18" }}Next steps
Section titled “Next steps”Head to the quick start to build your first tour.