<formGroup> Component

🛠 Attributes

Attribute
Type
Required
Description

label

string

No

Optional heading or label for the group

description

string

No

Helper or contextual description text

ai-hint

string

No

Clarifies the purpose of the field group

✅ Allowed Content

Any input or layout elements.

💡 Examples

Grouped fields

<formGroup label="Billing Address">...</formGroup>

🧩 AI Interpretation Guidelines

  • Use to structure the form into semantic or visual sections.

  • Render label and description as headings or help text.

  • Optionally wrap group in a semantic section or fieldset.


Last updated