Skip to content

Instantly share code, notes, and snippets.

@williamernest
Created April 27, 2018 00:14
Show Gist options
  • Save williamernest/a9da14b1a07455d0a81ec37dd2ec84d7 to your computer and use it in GitHub Desktop.
Save williamernest/a9da14b1a07455d0a81ec37dd2ec84d7 to your computer and use it in GitHub Desktop.
<div id="outlined-example" class="mdc-text-field mdc-text-field--outlined">
<input type="text" id="tf-outlined-input" class="mdc-text-field__input"
aria-controls="name-validation-message"
aria-describedby="name-validation-message">
<label for="outlined-input" class="mdc-floating-label">Your Name</label>
<div class="mdc-notched-outline">
<svg>
<path class="mdc-notched-outline__path"/>
</svg>
</div>
<div class="mdc-notched-outline__idle"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment