react-shepherd icon indicating copy to clipboard operation
react-shepherd copied to clipboard

A React wrapper for the site tour library Shepherd

Results 15 react-shepherd issues
Sort by recently updated
recently updated
newest added

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.8 to 29.1.2. Release notes Sourced from ts-jest's releases. v29.1.2 Please refer to CHANGELOG.md for details. v29.1.1 Please refer to CHANGELOG.md for details. v29.1.0 Please refer to...

dependencies

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.7.0. Release notes Sourced from jest's releases. v29.7.0 Features [create-jest] Add npm init / yarn create initialiser for Jest projects (#14465) [jest-validate] Allow deprecation warnings...

dependencies

Weird little issue: I've made a very basic two-step tutorial to test out the library for my app. I've set my two steps to attach to a search bar in...

Hi, I am using react-shepherd 4.2.0, and have defined a single Shepherd context in App.jsx as the highest level component. ``` {children} {modal.openModals.map((m) => { const modalId = m; const...

I am using react-shepherd 4.2.0 and I am using the useModalOverlay: true but I am unable to see the target element highlighted: ![image](https://github.com/shipshapecode/react-shepherd/assets/144925478/70cf38f2-ed62-49e7-8b3f-8e5c797d11a4) It is targeting the correct element bcs...

question