Content Card
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
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.
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.
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.
Event Handling: Incorporate event handlers to define specific actions triggered by user interactions with the Content Card, enhancing the interactivity of your application.
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.
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.
These properties are accessible in {{ }} notations, as well as in JavaScript Queries.
hidden
Boolean
Returns True or False based on whether the Text component is hidden or not
Events give you the ability to trigger further actions (with Event-Handlers).
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.