TourKit
Getting Started

Installation

Install @tour-kit/core and @tour-kit/react with npm, pnpm, yarn, or bun and configure peer dependencies for React 18+

Installation

Quick Install

pnpm add @tour-kit/react
npm install @tour-kit/react
yarn add @tour-kit/react
bun add @tour-kit/react

Package Options

PackageUse Case
@tour-kit/reactPre-styled components (recommended)
@tour-kit/coreHeadless hooks only
@tour-kit/hintsPersistent hints system

Peer Dependencies

TourKit requires React 18 or 19:

{
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  }
}

If using Tailwind CSS, TourKit components are pre-styled and ready to use.

On this page