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

Is it possible to show gradient like effect for the selected navigation dot? Here's the screenshot of the desired styling of active dot (first one)

Sometimes on some steps tooltip flicker, I tried {pointerEvent:'none'} to react tooltip component, but it not working

It would be great to add a backdrop filter to the mask component. Right now, I have tried different ways to edit the mask but I can't add a backdrop...

There's a missed opportunity (and a WCAG violation - Info and Relationships) in the little bullet widget thing that shows the current 'step' in the tour. Need to add aria-current="true"...

Please address the accessibility of popover, which has a number of issues. Focus is not moved to the popover when it opens, and, for the modal version (where everything "behind"...

This issue is for @reactour/tour **As far as I can tell, using the props available to me, I am unable to control aria labels for: 1) left arrow & right...

This PR contains implementation for the suggestion raised in issue #549. - add the `lastStepNextButton` prop - include information about the prop in the `Readme.md` file - add another step...

We're working with pages that are rendered depending on API requests, so we do something like this: ``` { selector: '#create_question', content: 'Click on + Query', highlightedSelectors: ['#create_question'], mutationObservables: ['#create_question'],...

It is a nice tool but I have a question. Is it possible to highlight an area without giving a 'className' but just a 'top, left, width, height'?

I get an Uncaught `ReferenceError: React is not defined error`. This error happens only in production build and not in the dev server. here is my vite.config.js ``` import {...