-
Notifications
You must be signed in to change notification settings - Fork 5
XcFormLabel
PatrickVonMassow-GIP edited this page Aug 19, 2024
·
2 revisions
XcFormLabel
An XcFormLabel
is label to be used within forms.
This component can be used for standalone labels, as well as via an attribute in other form components, see example implementation.
The standalone variant and the attribute variant are visually nearly identical. This helps to make the GUI look uniformly, e. g. when the element to be labeled is used within a *ngFor loop. However, standalone labels don't change color when being selected.
<xc-form-label>Firmware Images</xc-form-label>
<xc-form-input label="Name"></xc-form-input>