Last active
February 14, 2016 06:15
-
-
Save axdemelas/b7de563d71ae818fbc21 to your computer and use it in GitHub Desktop.
Basic step title markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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