Skip to content

Instantly share code, notes, and snippets.

@cdaz5
Created August 21, 2017 13:02
Show Gist options
  • Save cdaz5/6e6596796f38ef24eeae1700844e1cdf to your computer and use it in GitHub Desktop.
Save cdaz5/6e6596796f38ef24eeae1700844e1cdf to your computer and use it in GitHub Desktop.
Intro.js Steps State
state = {
stepsEnabled: true,
initialStep: 0,
steps: [
{
element: '.step1',
intro: 'Contains articles based on your interests.',
},
{
element: '.step2',
intro: 'Individual article.',
},
{
element: '.step3',
intro: 'Number of times the article has been shared on Facebook.',
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment