Last active
February 14, 2016 06:42
-
-
Save axdemelas/910c21feaa7792e306ab to your computer and use it in GitHub Desktop.
Basic step actions 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"> | |
<!-- label --> | |
<!-- content --> | |
<div class="mdl-step__actions"> | |
<!-- continue button --> | |
<!-- cancel button --> | |
<!-- back button (optionally) --> | |
<!-- skip button (optionally) --> | |
</div> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment