rokle

Personality

20
40
70
15

Active brand: Meridian

Adjust sliders to see every component on the page respond in real time.

Tour

Step-by-step guided product tour with highlighted targets and popover explanations.

Examples

Step indicator

Multi-step tour with back/next navigation and a step counter.

With progress dots

Pill-shaped active dot expands to show current position.

Dismissible

Contextual tip that can be closed by the user.

Installation

pnpm add @rokle/components @rokle/tokens

Installs with the default Rokle brand. Generate a custom brand on rokle.app to use your own colours and personality.

Usage

import { Tour } from "@rokle/components";
import { Tour } from "@rokle/components";

export function Example() {
  return <Tour />;
}

API Reference

PropTypeDefaultDescription
stepsTourStep[]-Ordered tour steps with target selector and content.
openboolean-Whether the tour is active.
onComplete() => void-Called when the last step is dismissed.