Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created June 6, 2020 08:01
Show Gist options
  • Save thisiszoaib/55dd8a87f0d1bd82df5796ad10b9eb5a to your computer and use it in GitHub Desktop.
Save thisiszoaib/55dd8a87f0d1bd82df5796ad10b9eb5a to your computer and use it in GitHub Desktop.
Card view 2
<mat-toolbar color="primary"> Card view demo </mat-toolbar>
<div class="content">
<mat-card class="mat-elevation-z4">
<mat-card-header>
<mat-card-title>Himalayan Peaks</mat-card-title>
</mat-card-header>
<img mat-card-image src="./../assets/images/mountains.jpg" />
<mat-card-content>
<p>The Himalayas is a mountain range in Asia.</p>
</mat-card-content>
<mat-card-actions>
<button mat-button>LIKE</button> <button mat-button>SHARE</button>
</mat-card-actions>
</mat-card>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment