card
Overview
Basic Example
<var name="timestamp" type="text" />
<var name="user" type="user" />
<card>
<header>New Job Available</header>
<content>Click here to see details</content>
<footer>Submitted @ {timestamp} by {user.first_name} {user.last_name}</footer>
<accent label="Open" color="positive" />
<action on-press="$:displayDetails()" icon="fa-ellipsis-h" />
</card>
Standard Attributes
content
contentExample: Shorthand syntax
Example: Longhand syntax
footer
footerExample: Shorthand syntax
Example: Longhand syntax
header
headerExample: Shorthand syntax
Example: Longhand syntax
Advanced Attributes
align-content
align-contentalign-contenticon
iconicon-color
icon-coloricon-position
icon-positionicon-positionon-press
on-pressshow-if and hide-if
show-ifhide-ifshow-if and hide-ifvalidate
validateLast updated