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

``` import steps from "./steps"; import { TourProvider } from "@reactour/tour"; ``` i haven't done any code yet, i am just importing the package and on that i am facing...

Not able to remove the default opacity of the react tour. By default it is opacity: 0.7; color: #000; Any possible ways to remove it?

As of now, for me, v3.1.4 (latest) is not working, gives me some compilation errors, so I using these versions: ``` "@reactour/tour": "2.10.3", "resolutions": { "@reactour/utils": "0.3.0", "@reactour/popover": "0.4.1", "@reactour/mask":...

help-welcome
typescript

Hello! I would love to have custom animations (i.e. fade-in, slide left, etc.) for when the tour is opened and closed, and I don't see a great way of doing...

I notice when the navigation dots are visible but not interactive the aria-label still reads "Go to step 1" etc. Is this the correct behaviour or should that label be...

Here is the link: https://jam.dev/c/2a7da576-b2f4-4718-8303-2a7ee547ae1c as you can see 00:11 timeline the glitch or maybe you can say a sluggish scroll we are facing the issue we are using this...

I tried to use both mutationObservables or observe props to detect when a popover appears or changes in DOM however it doesn't work. Only when I change the viewport size...

I'm getting the below typescript error: ![image](https://github.com/elrumordelaluz/reactour/assets/135842865/ae1a2aa9-d2a4-4e2b-b3ae-dafe187d8811) I have had a look at the index.d.ts file and it looks like it is marked as optional: ```javascript type ClickProps = {...

I am facing issue when i try to update styled components version to 6.1.11 ![Screenshot 2024-06-14 102930](https://github.com/elrumordelaluz/reactour/assets/87638003/c8cb2669-c8ff-47ad-ab67-b108005178d9) please help @elrumordelaluz