Kilat Tour is a widget designed to provide an interactive product tour for your Mendix applications.
With the help of Driver.js, this widget allows you to guide users step-by-step through your application, providing information about key features and functionalities.
- Animated tours with smooth scrolling
- Customizable overlay color and opacity
- Keyboard navigation support
- Step-by-step guided tour with customizable steps
- Floating button for activating the guide
- Customizable popovers for each step
Add the Kilat Tour widget to any relevant page in your Mendix application where a guided tour would benefit users.
Define each tour step by setting the following attributes in the widget properties:
- Classname: CSS class of the DOM element to highlight.
- Title: Title text for the popover at this step.
- Description: Detailed guidance text for the popover.
- Position: Position of the popover (e.g.,
top
,bottom
). - Alignment: Alignment relative to the target element (e.g.,
start
,center
,end
).
Add any additional attributes needed within the widget’s properties, such as Overlay Color, Next Button Text, or Animate.