Type
Properties
Required Properties
NoneOptional Properties
| Property | Type | Description | Default |
|---|---|---|---|
| showHeader | boolean | Whether to display the header section | true |
| title | string | Header title to display (only shown if showHeader is true) | - |
| subtitle | string | Subtitle to display below the title (only shown if showHeader is true) | - |
Layout
- Default Width: 12 columns
- Default Height: 4 rows
- Supports Children: Yes
Configuration Example
Advanced Usage
Conditional Header Display
TheshowHeader property allows you to toggle the visibility of the title and subtitle. This is useful when you want the visual grouping of cards without the header text, or when you need to conditionally show/hide the header based on form state.
Visual Hierarchy
The card group provides visual hierarchy through:- White background with shadow for depth
- Uppercase, tracked title text
- Gray color scheme for subtle differentiation
- Border separator between header and content
Organizing Complex Forms
Use card groups to break up complex forms into logical sections:Notes
- The title is displayed in uppercase with letter-spacing for visual emphasis
- The subtitle uses a lighter gray color and smaller font for secondary information
- The component uses padding and margins to create visual separation
- Child cards are rendered within a row layout system that handles responsive positioning
- The header section includes a border-bottom separator when displayed
