Open
Description
The FeatureDiscovery we currently have only works on a single feature and if I need to do an entire page walkthrough for a first time user of all the features I would have to chain together a bunch of FeatureDiscovery prompts for the user to go through that all open up one after another when the user clicks on close for each prompt.
I am wondering if it would be a good idea to have something like that baked into the framework so that if I need to do a page walkthrough I can put materialize JS with some JSON and boom it all works and they all open one after another with a counter at the bottom telling the user how many features are left in the walkthrough like "3/10".