HiDeoo / intro.js-react

Intro.js react wrapper
MIT License
407 stars 58 forks source link

How to goToStep? #38

Closed capsule5 closed 4 years ago

capsule5 commented 4 years ago

Is it possible to have acces to the following methods : https://introjs.com/docs/intro/api/#introjsgotostepstep

HiDeoo commented 4 years ago

If you need to use the Intro.js API, you can still get the Intro.js instance by using a ref on a <Steps /> component and using this.refName.introJs.goToStep() for example.