Default card example
Following is the default card example
Card title
Here can be whatever you want
<div class="card">
<header class="card-header">
<div class="card-header-title">
Card title
</div>
<div class="card-header-action">
<div class="buttons">
<a class="button">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Update details</span>
</a>
<a class="button">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Another action</span>
</a>
</div>
</div>
</header>
<div class="card-content">
Here can be whatever you want
</div>
<footer class="card-footer">
<p class="card-footer-title">
<span class="is-size-8">Total of 80 results</span>
</p>
<p class="card-footer-action">
<button class="button is-primary">
<span class="icon">
<i class="fas fa-plus"></i>
</span>
<span>New</span>
</button>
</p>
</footer>
</div>
Card profile
Following is the card profile example
john@example.org
Trial ended for Monthly unlimited 99.95
Dec 31, 2017, 4:30 PM
Dec 31, 2017, 4:30 PM
Trial ended for Monthly unlimited 99.95
Dec 31, 2017, 4:30 PM
Dec 31, 2017, 4:30 PM
<div class="card">
<header class="card-header">
<div class="card-header-title">
john@example.org
</div>
<div class="card-header-action">
<div class="buttons">
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Update</span>
</a>
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Another</span>
</a>
</div>
</div>
</header>
<div class="card-subheader">
<button class="button is-small">Edit info</button>
</div>
<div class="card-content">
<div class="media">
<div class="media-left">
<span class="icon">
<i class="fas has-text-success fa-heart"></i>
</span>
</div>
<div class="media-content">
Trial ended for Monthly unlimited 99.95<br>
<span class="help has-text-grey-light">Dec 31, 2017, 4:30 PM</span>
</div>
</div>
<div class="media">
<div class="media-left">
<span class="icon">
<i class="fas has-text-success fa-heart"></i>
</span>
</div>
<div class="media-content">
Trial ended for Monthly unlimited 99.95<br>
<span class="help has-text-grey-light">Dec 31, 2017, 4:30 PM</span>
</div>
</div>
</div>
</div>
Card info
Following is the card info example
Details
Account information
- ID
- cus_82837gsuw774
- Created
- 2017/12/04 15:59
- Description
- No description
Account information
- ID
- cus_82837gsuw774
- Created
- 2017/12/04 15:59
- Description
- No description
<div class="card">
<header class="card-header">
<div class="card-header-title">
Details
</div>
<div class="card-header-action">
<div class="buttons">
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Update details</span>
</a>
</div>
</div>
</header>
<div class="card-content">
<div class="columns">
<div class="column">
<h3 class="card-content-title">Account information</h3>
<dl>
<dt>ID</dt>
<dd>cus_82837gsuw774</dd>
<dt>Created</dt>
<dd>2017/12/04 15:59</dd>
<dt>Description</dt>
<dd class="no-data">No description</dd>
</dl>
</div>
<div class="column">
<h3 class="card-content-title">Account information</h3>
<dl>
<dt>ID</dt>
<dd>cus_82837gsuw774</dd>
<dt>Created</dt>
<dd>2017/12/04 15:59</dd>
<dt>Description</dt>
<dd class="no-data">No description</dd>
</dl>
</div>
</div>
</div>
</div>
Card is test
Following is the card test example
Card title
Here can be whatever you want
<div class="card is-test" data-notice="Test data">
<header class="card-header">
<div class="card-header-title">
Card title
</div>
<div class="card-header-action">
<div class="buttons">
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Update details</span>
</a>
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Another action</span>
</a>
</div>
</div>
</header>
<div class="card-content">
Here can be whatever you want
</div>
<footer class="card-footer">
<p class="card-footer-title">
<span class="is-size-8">Total of 80 results</span>
</p>
<p class="card-footer-action">
<button class="button is-primary is-small">
<span class="icon">
<i class="fas fa-plus"></i>
</span>
<span>New</span>
</button>
</p>
</footer>
</div>
Card with a table
Following is the card with table example
ID | Address | Customer | Date |
---|---|---|---|
#13 | 26277 Broadway St. New York, NY 29379 | john.doe@example.com | 2/2/2018 16:36:23 |
#13 | 26277 Broadway St. New York, NY 29379 | john.doe@example.com | 2/2/2018 16:36:23 |
#13 | 26277 Broadway St. New York, NY 29379 | john.doe@example.com | 2/2/2018 16:36:23 |
#13 | 26277 Broadway St. New York, NY 29379 | john.doe@example.com | 2/2/2018 16:36:23 |
<div class="card">
<header class="card-header">
<div class="card-header-title">
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Filters</span>
</a>
</div>
<div class="card-header-action">
<div class="buttons">
<a class="button is-small">
<span class="icon">
<i class="fas fa-plus"></i>
</span>
<span>New</span>
</a>
<a class="button is-small">
<span class="icon">
<i class="fas fa-edit"></i>
</span>
<span>Export</span>
</a>
</div>
</div>
</header>
<div class="card-content is-paddingless">
<table class="table is-fullwidth is-hoverable">
<thead>
<tr>
<th>ID</th>
<th>Address</th>
<th>Customer</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>#13</td>
<td>26277 Broadway St. New York, NY 29379</td>
<td>john.doe@example.com</td>
<td>2/2/2018 16:36:23</td>
</tr>
<tr>
<td>#13</td>
<td>26277 Broadway St. New York, NY 29379</td>
<td>john.doe@example.com</td>
<td>2/2/2018 16:36:23</td>
</tr>
<tr>
<td>#13</td>
<td>26277 Broadway St. New York, NY 29379</td>
<td>john.doe@example.com</td>
<td>2/2/2018 16:36:23</td>
</tr>
<tr>
<td>#13</td>
<td>26277 Broadway St. New York, NY 29379</td>
<td>john.doe@example.com</td>
<td>2/2/2018 16:36:23</td>
</tr>
</tbody>
</table>
</div>
<footer class="card-footer">
<p class="card-footer-title">
<span class="is-size-8">Total of 80 results</span>
</p>
<p class="card-footer-action">
<button class="button is-primary is-small">
<span class="icon">
<i class="fas fa-plus"></i>
</span>
<span>New</span>
</button>
</p>
</footer>
</div>
Card list
Following is the card list example
Recent
1 recent lead has been flagged for review. It is for the property #114
There are no recently opened disputes
There are no recently opened disputes
<div class="card">
<header class="card-header">
<div class="card-header-title">
Recent
</div>
</header>
<div class="card-content has-background-light has-radius-bottom">
<a href="#"><span class="icon"><i class="fas fa-eye"></i></span> <strong>1 recent lead</strong> has been flagged for review.</a> It is for the property <a href="#">#114</a><br>
<span class="has-text-grey-light"><span class="icon"><i class="fas fa-info"></i></span> There are no recently opened disputes</span>
</div>
</div>
Card notice
Following is the card notice example
You are testing something
Radar Overview page is not showing the real metrics in testmode.
Radar Overview page is not showing the real metrics in testmode.
You are testing something
Radar Overview page is not showing the real metrics in testmode.
Radar Overview page is not showing the real metrics in testmode.
You are testing something
Radar Overview page is not showing the real metrics in testmode.
Radar Overview page is not showing the real metrics in testmode.
You are testing something
Radar Overview page is not showing the real metrics in testmode.
Radar Overview page is not showing the real metrics in testmode.
<div class="card">
<div class="card-content is-warning has-radius-bottom has-radius-top">
<div class="media">
<div class="media-left">
<span class="icon">
<i class="fas fa-info-circle media-left has-text-warning"></i>
</span>
</div>
<div class="media-body">
<strong>You are testing something</strong><br>
Radar Overview page is not showing the real metrics in testmode.
</div>
</div>
</div>
</div>