UNPKG

material-design-lite

Version:

Material Design Components in CSS, JS and HTML

8 lines (7 loc) 244 B
<!-- Simple Textfield --> <form action="#"> <div class="mdl-textfield mdl-js-textfield"> <input class="mdl-textfield__input" type="text" id="sample1"> <label class="mdl-textfield__label" for="sample1">Text...</label> </div> </form>