--- title: Card actions page-header: Card actions page-menu: base.cards.actions layout: default permalink: card-actions.html ---

Sample card

{% include "cards/body-placeholder.html" %}

Card with action

{% include "ui/button.html" color="primary" icon="plus" text="Add new" %}
{% include "cards/body-placeholder.html" %}

Cart title

{% include "ui/button.html" icon="phone" text="Phone" %} {% include "ui/button.html" icon="mail" text="Email" %}
{% include "cards/body-placeholder.html" %}
{% assign person = people[0] %}
{% include "ui/avatar.html" person=person %}
{{ person.full_name }}
{{ person.job_title }}
{% include "ui/button.html" icon="phone" text="Phone" %} {% include "ui/button.html" icon="mail" text="Email" %}
{% include "cards/body-placeholder.html" %}

With description

Lorem ipsum dolor sit amet consectetur adipisicing.

{% include "cards/body-placeholder.html" %}

With description and action

Lorem ipsum dolor sit amet consectetur adipisicing.

{% include "ui/button.html" color="primary" text="Create new job" %}
{% include "cards/body-placeholder.html" %}
{% assign person = people[3] %}
{% include "ui/avatar.html" person=person %}
{{ person.full_name }}
{{ person.job_title }}
{% include "cards/body-placeholder.html" %}