Skip to content

Instantly share code, notes, and snippets.

@vbornand
vbornand / app.html
Last active September 7, 2017 07:01 — forked from Thanood/app.html
Aurelia-Materialize bridge card actions
<template>
<div class="row">
<md-card class="col s4" md-title="Card title" md-action="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>
@vbornand
vbornand / app.html
Last active June 16, 2017 13:49 — forked from Thanood/app.html
Aurelia-Materialize bridge cards action
<template>
<md-card md-title="Card title" md-action="true">
<div>
I am a very simple card. I am good at containing small bits of
information. I am convenient because I require little markup to
use effectively.
</div>
<div slot="action">
<a href="#">This is a link</a>
<a href="#">This is a link</a>