1.0.2 • Published 3 years ago

@performance-artist/async-joyride v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

Async-joyride

This library is a wrapper over react-joyride, which provides basic tour components and adds an ability to wait for the step target to become available. This way you can place tour steps inside routes and loading components - the tour will switch to the step once it has been rendered.

The implementation is meant to be used with a particular development environment, but has an option to simply make tour global, without bindings to a particular component's lifecycle(makeEagerTour). But this still requires all peer deps to be installed:

npm install @performance-artist/async-joyride @performance-artist/fp-ts-adt @performance-artist/medium @performance-artist/react-utils @performance-artist/rx-utils fp-ts rxjs

Example

You can see the example here.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago