Cards

Flexible and extensible content container.

How To

  1. Step 1: Include LambdaEx Framework in Logi Info Application. Include LambdaEx Framework in Logi Info Application.

Simple Example

Includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.

If you’re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.
HTML
<div class="card">
  <div class="card-body">A Basic Panel</div>
</div>
Logi XML
<Division Class="card" HtmlDiv="True">
  <Division Class="card-body" HtmlDiv="True">
    <Label Caption="A Basic Panel" />
  </Division>
</Division>
Standard Examples
Default Card

The following is an example of the .card class.

Basic
This is some text within a card block.
Card styles
Primary Card

The following is an example of the .card .card-primary class.

Success Card

The following is an example of the .card .card-success class.

Info Card

The following is an example of the .card .card-info class.

Warning Card

The following is an example of the .card .card-warning class.

Danger Card

The following is an example of the .card .card-danger class.

Secondary Card

The following is an example of the .card .card-secondary class.

Faded Card

The following is an example of the .card .card-faded class.

Dark Card

The following is an example of the .card .card-dark class.

Borders
Border Primary

The following is an example of the .card .border .border-primary class.

Border Success

The following is an example of the .card .border .border-success class.

Border Info

The following is an example of the .card .border .border-info class.

Border Warning

The following is an example of the .card .border .border-warning class.

Border Danger

The following is an example of the .card .border .border-danger class.

Border Secondary

The following is an example of the .card .border .border-secondary class.

Border Light

The following is an example of the .card .border .border-light class.

Border Dark

The following is an example of the .card .border .border-dark class.

Mixed utilities
Mixed utilities

You can also change the borders on the card header and footer as needed, and even remove their background-color with .bg-transparent.

Header

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Images

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Grouped Panels
Example

Group many cards together.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card Decks
Example

Group many cards together.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card Title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Jumbotron
Example
Showcase key content by adding a jumbotron accross the entire viewport.

Hello Logi!

...