ComponentsNavigationTourTour@coinbase/cds-web@8.64.0Creates guided tours of a user interface.import { Tour, TourStep } from '@coinbase/cds-web/tour'SourceStorybookCopy for LLMView as MarkdownPeer dependenciesreact-dom: ^18.3.1Related componentsCoachmarkExamplesPropsThe Tour component guides users through your app with step-by-step coachmarks. You define tour steps with unique IDs and wrap target elements with TourStep components. Basic usage