# Card

## Purpose

The lowcodera card component represents a common layout item in many modern design languages. This card component contains content and actions about a single subject and can work well on its own or within a Power Apps gallery. All properties on this card component support dynamic data binding.

## Variations

There are several variations of card with different colors and configuration properties.

* Card with Image
* Card with Header

![](/files/fWPyYnxrHcmlgQEbrghw)

## Component Properties

The properties below are the main ones which change this components appearance and behaviors.

<table data-header-hidden><thead><tr><th width="216">Control Property</th><th>Description</th><th width="150">Required</th><th width="181">Accepted Values</th></tr></thead><tbody><tr><td><strong>Property</strong></td><td><strong>Description</strong></td><td><strong>Required</strong></td><td><strong>Accepted Values</strong></td></tr><tr><td>ImageURL</td><td>Property to configure Image URL </td><td>X</td><td>String</td></tr><tr><td>ImagePosition</td><td>Property to configure Image Position in a card</td><td>X</td><td><p>Bottom</p><p>Header</p><p>Middle</p><p>Overlay</p><p>Top</p></td></tr><tr><td>BackgroundColor</td><td>Property to set background color for card component</td><td>X</td><td>String (HEX CODE in Upper Case)</td></tr><tr><td>HeaderText</td><td>Property to set header text for a card</td><td>X</td><td>String</td></tr><tr><td>HeaderFontColor</td><td>Property to set font color for header</td><td>X</td><td>String (HEX CODE in Upper Case)</td></tr><tr><td>TagText</td><td>Property to represent  Tag Text for card</td><td>X</td><td>String</td></tr><tr><td>TagFontColor</td><td>Property to show Font Color for tag text</td><td>X</td><td>String</td></tr><tr><td>TagIcon</td><td>Property to show tag icon in a card</td><td>X</td><td>String</td></tr><tr><td>Title</td><td>Property to set Title for card</td><td>X</td><td>String</td></tr><tr><td>TitleFontColor</td><td>Property to set font color for Title</td><td>X</td><td>String (HEX CODE in Upper Case)</td></tr><tr><td>Description</td><td>Property to set Description for card</td><td>X</td><td>String</td></tr><tr><td>DescriptionFontColor</td><td>Property to set font color for description.</td><td>X</td><td>String (HEX CODE in Upper Case)</td></tr><tr><td>HorizontalAlignment</td><td>Property to set horizontal alighment for card title, description.</td><td>X</td><td><p>Center</p><p>Left</p><p>Right</p></td></tr><tr><td>Theme</td><td>Property to set Theme for card control.</td><td>X</td><td><p>Danger</p><p>Default</p><p>Info</p><p>Primary</p><p>Secondary</p><p>Success</p><p>Warning</p></td></tr></tbody></table>

## Example

### Card with Image

![](/files/DRd3Om3x5SwvWwv0wIPa)

{% tabs %}
{% tab title="Property Configration" %}

* [x] `ImageURL` property is to set as **valid publically accessible URL (e.g.** [**https://images.freeimages.com/images/large-previews/0d6/blue-flowers-with-macro-4-1400913.jpg**](https://images.freeimages.com/images/large-previews/0d6/blue-flowers-with-macro-4-1400913.jpg)**)**
* [x] `BackgroundColor` is to set as **#EBEAEB**
* [x] `TagText` is to set as **flower**
* [x] `TagFontColor` is to set as **#CD8332**
* [x] `TagIcon` is to set as **bacon**
* [x] `Title` is to set as **Project Jasmine**
* [x] `TitleFontColor` is to set as **black**
* [x] `Description` is to set as **valid description**
* [x] `DescriptionFontColor` is to set as **black**

{% endtab %}
{% endtabs %}

### Card with Header

![](/files/OmO1o1kzC6seHy43CE5j)

{% tabs %}
{% tab title="Property Configration" %}

* [x] `HeaderText` is to set as **Monsoon Flowers**
* [x] `HeaderFontColor` is to set as **white**
* [x] `TagText` is to set as **flower**
* [x] `TagIcon` is to set as **bahai**
* [x] `Title` is to set as **Project Lily**
* [x] `TitleFontColor` is to set as **black**
* [x] `Description` is to set as **valid description**
* [x] `DescriptionFontColor` is to set as **black**
  {% endtab %}
  {% endtabs %}

### Card with Header


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lowcodera.com/ui-components-1/card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
