Skip to content

v.1.2.5

Latest
Compare
Choose a tag to compare
@uixmat uixmat released this 22 Dec 16:15

Version 1.2.5 brings one major change

Interact with background elements.

Onborda now accepts an interact prop of type boolean. By default this is set to false preventing interaction with anything that isn't the current step target or step card. If however you wish to allow interaction with elements in the background, you will need to set interact to true.

<Onborda interact={true} />

Step icons now optional

A very simple and quick change that now allows step icons to be optional.