Overview of Reactour packages
mainReactour is a library designed to create guided tours for React applications. It consists of several specialized packages that can be used together or independently:
- @reactour/tour: The primary package for orchestrating tours. It uses an array of steps to highlight specific parts of your application.
- @reactour/mask: A customizable component used to highlight specific elements or areas of the viewport.
- @reactour/popover: A customizable component used to attach content to a specific element or viewport position.
- @reactour/utils: A collection of helper functions used across the Reactour ecosystem.