Skip to content

Instantly share code, notes, and snippets.

@MohitSharma0101
Last active November 5, 2022 15:32
Show Gist options
  • Save MohitSharma0101/84114087f99f9ab14d181cfc0ffc27b8 to your computer and use it in GitHub Desktop.
Save MohitSharma0101/84114087f99f9ab14d181cfc0ffc27b8 to your computer and use it in GitHub Desktop.
HTML Structure of Material Input
<div class="input-wrapper">
<input type='text' id='input' required ></input>
<label
for='input'
class='placeholder'>
Username
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment