guiders.createGuider({ buttons: [{name: "Next"}], description: "Guiders are a user interface design pattern for introducing features of software. This dialog box, for example, is the first in a series of guiders that together make up a guide.", id: "first", next: "second", overlay: true, title: "Welcome to Guiders.js!" }).show(); /* .show() means that this guider will get shown immediately after c

