Onboarding tour

A guided spotlight product tour.

API reference

Inputs

PropTypeDefaultDescription
stepsreadonly TourStep[][]Ordered steps; each spotlights its `target` element in turn.

Two-way models

Bind with [(name)], or one-way as an input.

PropTypeDefaultDescription
openbooleanfalseWhether the tour is open. Two-way bindable with `[(open)]`.

Types

TourStep

FieldTypeDescription
targetstringCSS selector of the element to spotlight for this step.
titlestringHeading shown in the step's popover.
bodystringBody text shown under the title.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.