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.

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.

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.

Properties of the Content Card component

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

Property Name
Type
Description

hidden

Boolean

Returns True or False based on whether the Text component is hidden or not

Events

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

Event Name
Description

Click

Triggers when a User "click" on the component

Click on Action

Triggers when a User "click" on the "Action" link

Focus

Triggers when a User "clicks" on the Content Card component

Blur

Triggers when a User "clicks" outside of the Content Card component i.e, defocuses the Card component.

Last updated

Was this helpful?