Releases: uixmat/onborda
Releases · uixmat/onborda
v.1.2.5
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.
v.1.2.4
Version 1.2.4 brings a few new updates most notably listed below: