Custom Buttons
Customise the label and icons on every tour button.
Custom Buttons
Pass a ButtonConfig object to any of the four button props to change its label and icons:
next-button—nextButtonskip-button—skipButtonprev-button—prevButtonfinish-button—finishButton
ButtonConfig props
label
stringButton label text.
leftIcon
stringIcon name displayed to the left of the label.
rightIcon
stringIcon name displayed to the right of the label.
Icon names
Any icon from Icones is supported. Copy the full icon name including the collection prefix (e.g.
heroicons:arrow-right).