Cl Component ReferenceCr Component Referencetml`<Cl>label content</Cl>`
tml`<Cl>label content<Ct>tip content</Ct></Cl>`
The Cl component represents a label for a value within a Cr Component (a row within a Card).
The Cl component may contain one Ct (tip) element, which contains a tip about the meaning of the label and value. If a Ct element is present, then a &info; character entity is added after the label. If the label is clicked, a popup message with the tip content is displayed.
By default the Cl component will add a ":" at the end of the label (after any &info; symbol) unless a colon is already there. If the noEnd attribute is present and truthy, no colon will be added.
Cl component accepts the standard attributes.noEndnoEnd attribute is present and truthy then no colon will be added at the end of the label.These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.
The Cl component accepts any content.
Cl component will render a <div>.<div> will have a CSS class name with card_label.By default, the card_label class name is styled as a flex item and will equally share the horizontal space within the row with other Cl and Cv components.