@guideloop/react
v2.0.3
Published
React guided tour library powered by @guideloop/core
Downloads
86
Maintainers
Readme
@guideloop/react
React guided tours & onboarding. Powered by @guideloop/core.
npm i @guideloop/reactPeers: react / react-dom ≥16.8. core is installed automatically.
Usage
import { GuideLoop } from '@guideloop/react';
<GuideLoop
steps={[{ target: '#cta', title: 'Welcome', content: 'Start here.' }]}
isOpen={open}
onClose={onClose}
theme="tailwind"
/>Entries
| Import | Purpose |
|--------|---------|
| @guideloop/react | Components & hooks |
| @guideloop/react/builder | Dev-only Tour Builder |
| @guideloop/react/types | RSC-safe types + storage |
const { TourBuilder } = await import('@guideloop/react/builder'); // gate in productionimport type { Step } from '@guideloop/react/types';Also: OnboardingChecklist, Spotlight, Progress, debug prop.
Docs & demo: github.com/oznksc/guideloop · live
MIT
