Card
The Card component provides a styled container for grouping and displaying UI elements with optional headings, visibility control, and custom styling support. It acts as a layout and design tool that enhances readability and structure, especially in complex interfaces with multiple sections.
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Common
Component Name string
Unique identifier used to bind the card to your form or context. (Required)
Example: exampleCard
— This is just for illustration; you can use any unique name.
Heading string
Optional heading text displayed at the top of the card.
Hide boolean
Toggles the visibility of the card.
Hide Heading boolean
Controls whether the heading should be hidden even if provided.
Hide When Empty boolean
Hides the entire card if all child components are hidden or empty, based on logic or visibility conditions.