Site settings
Change the appearance of the site to suit your preferences
Wizard Nudge
A Wizard Nudge is an embedded multi-step guide. It's a useful tool when introducing significant UI changes or more advanced functionality that requires more text or multiple steps.
To see regular nudge, check out Nudge
Add `NugeWizardStep`s inside `NudgeContent` to create a multie step Wizard Nudge.
<Nudge introducedDate="2029-02-19"> <NudgeTrigger>Check this feature out</NudgeTrigger> <NudgeContent> <NudgeWizardStep>This is step 1</NudgeWizardStep> <NudgeWizardStep> This is step 2, with a lot more content. Use this to show significant UI changes or more advanced functionality that requires more text or multiple steps </NudgeWizardStep> <NudgeWizardStep> It's important that Wizard Nudge is only used when absolutely necessary since it can take up a lot of space and be disruptive for users accustomed to the app's functionality. </NudgeWizardStep> </NudgeContent> </Nudge>