# Content Card

In Lowcoder, the **Content Card** component is designed to encapsulate information within a structured and visually distinct container, enhancing the presentation and organization of content in your application.

**Key Features:**

1. **Structured Content Display:** The Content Card allows you to group related information, such as images, text, and actions, into a cohesive unit, improving readability and user engagement.
2. **Customisation:** You can tailor the appearance of the Content Card by adjusting properties like background color, border styles, and shadow effects to align with your application's design aesthetics.
3. **Integration with Other Components:** The Content Card can house various Lowcoder components, enabling the creation of complex layouts and interactive elements within a single card.
4. **Event Handling:** Incorporate event handlers to define specific actions triggered by user interactions with the Content Card, enhancing the interactivity of your application.&#x20;

### Component Playground

On Component Playground, you can interact with the Card component and explore it's Properties, Events and Methods. Play with different Styling properties to see the effect on the Card component.

{% embed url="<https://app.lowcoder.cloud/playground/card/1>" %}

### Component Auto-Docs

In the Auto-Docs of Card component, we have shown how to use different properties of the Card component. It also includes the Styling properties of the Card component.

{% embed url="<https://app.lowcoder.cloud/components/card>" %}

#### Properties of the Content Card component <a href="#properties-of-the-table" id="properties-of-the-table"></a>

These properties are accessible in {{ }} notations, as well as in JavaScript Queries.

<table><thead><tr><th width="176.38671875">Property Name</th><th width="114.9921875">Type</th><th>Description</th></tr></thead><tbody><tr><td>hidden</td><td>Boolean</td><td>Returns True or False based on whether the Text component is hidden or not</td></tr></tbody></table>

#### Events <a href="#events" id="events"></a>

Events give you the ability to trigger further actions (with Event-Handlers).

<table><thead><tr><th width="141.53125">Event Name</th><th width="515.65625">Description</th></tr></thead><tbody><tr><td>Click</td><td>Triggers when a User "click" on the component</td></tr><tr><td>Click on Action</td><td>Triggers when a User "click" on the "Action" link</td></tr><tr><td>Focus</td><td>Triggers when a User "clicks" on the Content Card component</td></tr><tr><td>Blur</td><td>Triggers when a User "clicks" outside of the Content Card component i.e, defocuses the Card component.</td></tr></tbody></table>


---

# 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.lowcoder.cloud/lowcoder-documentation/build-applications/app-editor/visual-components/layout-and-navigation/content-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.
