Skip to content

Instantly share code, notes, and snippets.

@axdemelas
Last active February 14, 2016 06:46
Show Gist options
  • Save axdemelas/d30454def6671c868ffe to your computer and use it in GitHub Desktop.
Save axdemelas/d30454def6671c868ffe to your computer and use it in GitHub Desktop.
Basic step actions buttons
<li class="mdl-step">
<!-- label -->
<!-- content -->
<div class="mdl-step__actions">
<button data-stepper-continue>Continue</button>
<button data-stepper-cancel>Cancel</button>
<button data-stepper-back>Back</button>
<button data-stepper-skip>Skip</button>
</div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment