This commit is contained in:
Joe Reeve
2015-11-07 14:39:44 +00:00
parent 1765a42699
commit 78b893b5f7
17 changed files with 64 additions and 62 deletions
View File
+11
View File
@@ -0,0 +1,11 @@
<div class="row">
<div class="col s12 m6 offset-m3">
<div class="card">
<div class="card-content">
<span class="card-title grey-text">{{studentName}} - {{age}}</span>
<p>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.</p>
</div>
</div>
</div>
</div>
+3
View File
@@ -0,0 +1,3 @@
Ractive.components.student = Ractive.extend({
template:'#student'
});