Skip to content

Custom Helper

Compare
Choose a tag to compare
@elrumordelaluz elrumordelaluz released this 18 Jan 23:57

Now is possible to pass CustomHelper prop with a component that receive the following props to handle content, status and behaviour:

  • current (number)
  • content (string|func)
  • totalSteps (number)
  • gotoStep (func)
  • close (func)

Docs coming.