Skip to content

Instantly share code, notes, and snippets.

@axdemelas
Last active February 14, 2016 06:15
Show Gist options
  • Save axdemelas/b7de563d71ae818fbc21 to your computer and use it in GitHub Desktop.
Save axdemelas/b7de563d71ae818fbc21 to your computer and use it in GitHub Desktop.
Basic step title markup
<li class="mdl-step">
<span class="mdl-step__label">
<span class="mdl-step__title">
<span class="mdl-step__title-text">Name of step 1</span>
<span class="mdl-step__title-message">Summarize if needed</span>
</span>
</span>
<!-- content -->
<!-- actions -->
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment