Skip to Main Content

Overview

Cards Regions are useful for presenting a variety of information in small blocks and can be heavily customized. They can be displayed in three styles, with icons or initials, images as part of the body or as the background, to enhance each card presentation and you can control the layout.

Actions can be added to each card's image, title, subtitle, as new buttons or even using the entire card to enhance user experience.

Demo

With All Attributes, Buttons and Pagination

All Settings Cards

  • Slack Integration

    Slack Integration

    Integrate Slack Into Your Apps

    Fee: 200.00
    This conference shows how to integrate Slack into your web application. We will discuss topics like ...
    24 September 2023 8:00 AM - 3:00 PM
  • Blockchain

    Blockchain

    Understanding Blockchain

    Fee: 300.00
    This conference will cover high value payments, enhancements in transactions including IoT and Suppl...
    4 October 2023 8:00 AM - 5:00 PM

With Backgrounds

Backgrounds Cards

  • Slack Integration

    Slack Integration

    Integrate Slack Into Your Apps

    This conference shows how to integrate Slack into your web application. We will discuss topics like ...
  • Blockchain

    Blockchain

    Understanding Blockchain

    This conference will cover high value payments, enhancements in transactions including IoT and Suppl...
  • Localizations

    Localizations

    Preparing your app for a global audience

    This conference focuses on important considerations needed to ensure an application can reach a glob...

With Badges

Badges Cards

With Image First

Image First Cards

  • Big Data

    Big Data

    Fee: 100.00
    This small workshop covers data volume management, its analysis, integration and visualization. It a...
  • Cloud Services

    Cloud Services

    Fee: 240.00
    In this workshop we will cover protection of your data, containerized apps, shared block storage and...
  • Quantum Computing

    Quantum Computing

    Fee: 350.00
    In this workshop, the topic of Quantum Computing as a strategy for the future development of applica...

With Grid Layout

Grid Layout Cards

Sample SQL Query

select
  -- data
  card_primary_key,    -- primary key
  card_secondary_key,  -- secondary key if needed
  card_title,          -- title
  card_subtitle,       -- subtitle
  card_body,           -- card body text
  card_secondary_body, -- card secondary text, positioned near bottom

  -- ui and other attributes
  card_icon,           -- icon class, e.g. fa-cloud
  card_badge,          -- badge, can be a small text
  card_image           -- image url, url or blob columns
from dual