Skip to content

Instantly share code, notes, and snippets.

@santoshyadavdev
Last active March 25, 2020 05:35
Show Gist options
  • Save santoshyadavdev/e3c99dbb0bd1899ed5bbdb870ccf142b to your computer and use it in GitHub Desktop.
Save santoshyadavdev/e3c99dbb0bd1899ed5bbdb870ccf142b to your computer and use it in GitHub Desktop.
<div class="example-container">
<mat-form-field appearance="fill">
<mat-label>Input</mat-label>
<input matInput>
</mat-form-field>
<br>
<mat-form-field appearance="fill">
<mat-label>Select</mat-label>
<mat-select>
<mat-option value="option">Option</mat-option>
</mat-select>
</mat-form-field>
<br>
<mat-form-field appearance="fill">
<mat-label>Textarea</mat-label>
<textarea matInput></textarea>
</mat-form-field>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment