Pre configured tooling for app walkthroughs and tours.
/src/data/tours.tsx
file. This file exports the tours that are defined by a set of steps. Each step is made up of content
which can be any custom React component, and a selector
, which can be any valid CSS selector. The selector
is used to find the element on the page that the step should be anchored to.
useBroadcastTour
hook to start a tour programmatically from anywhere in your app, like clicking on a button, or rendering a page for the first time.