reactour icon indicating copy to clipboard operation
reactour copied to clipboard

Tourist Guide into your React Components

Results 79 reactour issues
Sort by recently updated
recently updated
newest added

Hi! I am looking to use the `disableWhenSelectorFalsy` prop in the TourProvider. However, it is only a prop in `TourProps` as seen in the image. Is there a reason you...

@elrumordelaluz I added a step like ` { //step selector: '.shipments-grid-tour', mutationObservables: [".indextable"], content: ' This is the table where we can see all the data.', },` But whenever there...

![image](https://github.com/elrumordelaluz/reactour/assets/18225513/b82d2fc6-3eae-4bcb-ba12-2d98f07d77ec)

When the Tour is open. I was using it on an iPhone and an error occurred. Users can scroll the page's content when manipulating the mask. I don't want this...

Hi i'm using version reactour v1.19.1. In a sharepoint page containing different webparts to highlight with reactour. I'm having a problem where if the highlight container needs to move vertical...

Collectiv helps developers understand a codebase using a natural language interface. Example Query - https://chat.collectivai.com/questions/516/How-to-Ensure-the-Selected-Element-is-Clickable

When I open tour then first step comes from left-top corner. And I want to make appear from center-center or without animation at whole. How to do it? I've tried...

Hi there! Faced with an issue. When I've passed all steps tour has been closed but `beforeClose={() => console.log('onClose')}` callback was't fired. Why?

A bug was reported in the stylesheet. The current micro frontend framework is similar to an iframe, and I put the component in the main application and it works fine,...

Hi, For content, I have a custom component. ` const Component = () => { const { paramName } = useParams(); if(paramName) => return somehing return ( return something else)...