Files
happy-app/client/dev/components/calendar-chart/calendar-chart.html

19 lines
569 B
HTML

<mat-card class="chart-card">
<div class="pull-right">
<button mat-button class="mat-icon-button"><mat-icon>autorenew</mat-icon></button>
<button mat-button class="mat-icon-button"><mat-icon>open_in_new</mat-icon></button>
<button mat-button class="mat-icon-button"><mat-icon>code</mat-icon></button>
</div>
<mat-card-header>
<mat-card-title><h3>Calendar View</h3></mat-card-title>
<mat-card-subtitle>Team Happiness by Date</mat-card-subtitle>
</mat-card-header>
<mat-card-content>
</mat-card-content>
</mat-card>