Skip to content

Instantly share code, notes, and snippets.

View Thanood's full-sized avatar

Daniel Bendel Thanood

  • Cologne, Germany
View GitHub Profile
@Thanood
Thanood / app.html
Created August 17, 2017 14:57 — forked from vbornand/app.html
Aurelia-Materialize bridge card actions
<template>
<div class="row">
<md-card class="col s4" md-title="Card title" md-actions="true">
<div>
This card has some actions.
</div>
<div slot="action">
<a href="#">This is a link 1</a>
<a href="#">This is a link 2</a>
</div>