angular-material-npfixed
Version:
The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M
14 lines (13 loc) • 420 B
HTML
<md-card>
<md-card-title>
<md-card-title-media>
<div class="md-media-sm card-media" layout>
<md-icon md-svg-icon="person" style="color:grey"></md-icon>
</div>
</md-card-title-media>
<md-card-title-text>
<span class="md-headline">{{name}}</span>
<span class="md-subhead description">Ipsum lorem caveat emptor...</span>
</md-card-title-text>
</md-card-title>
</md-card>