Project import generated by Copybara.
GitOrigin-RevId: 63746295f1a5ab5a619056791995793d65529e62
diff --git a/node_modules/material-design-lite/src/textfield/snippets/textfield-expanding.html b/node_modules/material-design-lite/src/textfield/snippets/textfield-expanding.html
new file mode 100644
index 0000000..53453e4
--- /dev/null
+++ b/node_modules/material-design-lite/src/textfield/snippets/textfield-expanding.html
@@ -0,0 +1,12 @@
+<!-- Expandable Textfield -->
+<form action="#">
+ <div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable">
+ <label class="mdl-button mdl-js-button mdl-button--icon" for="sample6">
+ <i class="material-icons">search</i>
+ </label>
+ <div class="mdl-textfield__expandable-holder">
+ <input class="mdl-textfield__input" type="text" id="sample6">
+ <label class="mdl-textfield__label" for="sample-expandable">Expandable Input</label>
+ </div>
+ </div>
+</form>