Last active
June 12, 2016 09:05
-
-
Save axdemelas/38ba90a461f8f51e89bf to your computer and use it in GitHub Desktop.
Include the stepper to your project
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
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | |
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css"> | |
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script> | |
<!-- Stepper CSS minified --> | |
<link rel="stylesheet" href="./stepper.min.css"> | |
<!-- Stepper Javascript minified --> | |
<script defer src="./stepper.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment