Onboarding Tour
Step-by-step spotlight tour with floating tooltip. Clip-path overlay highlights target element. No external library.
special onboarding-tour
Usage
special.Tour(special.TourProps{Signal: "_demo"},
special.TourStep{Target: "#step1", Title: "Welcome", Body: "This is step 1.", Placement: "bottom"},
special.TourStep{Target: "#step2", Title: "Next", Body: "And this is step 2.", Placement: "right"},
)